Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

HTML Forum


You are currently viewing our HTML Forum as a guest. Please register to participate.
Login



Post a Project »

Find a Professional HTML Freelancer!

Find a Freelancer to help you with your HTML projects

FREE Outsourcing eBook!

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

Posts: 1
Trades: 0
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
 
 
Register now for full access!
Old 09-30-2005, 02:45 AM
ScriptReference's Avatar
Average Talker

Posts: 25
Location: Reno, NV
Trades: 0
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>
__________________

Please login or register to view this content. Registration is FREE
ScriptReference is offline
Reply With Quote
View Public Profile Visit ScriptReference's homepage!
 
Reply     « Reply to Refreshing a window in html
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

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 On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





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



Page generated in 0.25458 seconds with 12 queries