Current location: Hot Scripts Forums » General Web Coding » JavaScript » Open url in same window


Open url in same window

Reply
  #1 (permalink)  
Old 01-24-07, 04:07 PM
camman camman is offline
New Member
 
Join Date: Jan 2007
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Open url in same window

I hope someone can help me!
I have a large amount of webcam url's that I would like to open in same window.
Where a (previous) or (next) button can be clicked for each url to show the webcam picture below the buttons, (maybe in a frame or iframe).
The picture sizes would very from 300 X 200 to about 800 x 600 pixel.
By clicking on the (previous) or (next) button, the url webcam pictures would show in sequence.
Help please,
Thank you, Camman
Reply With Quote
  #2 (permalink)  
Old 01-24-07, 06:12 PM
jfulton's Avatar
jfulton jfulton is offline
Community VIP
 
Join Date: Apr 2006
Location: Los Angeles, CA
Posts: 660
Thanks: 0
Thanked 0 Times in 0 Posts
If I understand you correctly, all you need to do is specify a 'target' attribute in the <a> tag.

Code:
<a href="http://someurl" target="frameName">link</a>
Where frameName is the name of the frame where you want the link opened.

http://www.ahfb2000.com/framestargettinglinks.php
Reply With Quote
  #3 (permalink)  
Old 01-24-07, 07:49 PM
camman camman is offline
New Member
 
Join Date: Jan 2007
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
That would probably be a start, take a look at this link- http://min.midco.net/pk/random_webcams.html
That may give you a better Idea of what I am talking about, when you view the source.
The random_webcams works great, with the refresh or countdown timer to go to the next url picture.
Rather then using the refresh for the next url, or wait for the countdown to refresh, I would like it to be controllable with buttons like (forward, reverse) or (next, previous).
To be able to go through the url's in a sequence.
Thank you, Camman
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
How 2 Open a New Browser Window & Click a Submit Button Wildhalf JavaScript 3 12-08-06 03:34 PM
Opening a link in a window in another window, which is already open. andr345 JavaScript 1 06-15-06 03:25 AM
how to open a picture in a new window korro JavaScript 5 05-25-06 01:24 PM
Open new window using Javascript! qt4eva JavaScript 1 04-20-05 01:41 PM
How can I open links in original window? GS300 JavaScript 3 05-30-04 08:37 AM


All times are GMT -5. The time now is 11:24 PM.
vBulletin® Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.