Reply
Refreshing a window in html
Old 09-06-2005, 02:04 PM Refreshing a window in html
Junior Talker

Posts: 1
Just to state it before i go any further i have knowledge of only html.

Here is my problem. I have a website with a lot of pictures.
When i open them in a new window i want that window to refresh and oppen up on top again. I am not sure how to do it. So far i have it opening and refreshing but going behind the main page. Here is the code that i use

<td><a href="comercial & bussiness/c_001.html" target="Mywindow"
onclick="window.open(this.href,this.target,'width= 530,height=410');
return false;"><img src="comercial & bussiness/c_001.jpg"></a></td>

Any suggestions?
silvani is offline
Reply With Quote
View Public Profile
 
When You Register, These Ads Go Away!
Old 09-30-2005, 03:45 AM
ScriptReference's Avatar
Average Talker

Posts: 25
Location: Reno, NV
This worked for me in IE, but oddly not in FF. It didn't generate an error in FF, though. Hopefully it helps.

<a href="comercial & bussiness/c_001.html" target="Mywindow"
onclick="var mywin = window.open(this.href,this.target,'width=530,heigh t=410'); mywin.focus();
return false;"><img src="comercial & bussiness/c_001.jpg"></a>
ScriptReference is offline
Reply With Quote
View Public Profile Visit ScriptReference's homepage!
 
Reply     « Reply to Refreshing a window in html
 

Thread Tools

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

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


Webmaster Resources Marketplace:
Software Development Company | Webhosting.UK.com | Text Link Brokers 


   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML

 


Page generated in 0.11056 seconds with 12 queries