Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

open new window

Status
Not open for further replies.

edd1eg

Programmer
Jun 27, 2003
123
0
0
GB
hi there, i have got a bit of a problem here, what it is, when you enter a certain page on my site, a pop-up window appears, and the user will click on the link inside the pop-up window to take them to a different page, the problem i have is, the page that opens, does not open full size, i have done this before, but can't remember how to do it, if anyone can help me, that would be great

the url is:
thanks

edd
 
well one thing you could do is make the link just font that when clicked opens a new window with that URL... then... you could just specify the height and width of it throught the window.open() method
hope that helps!

Later,
Greelmo
 
no, i want it the way i have it, with the user presses the button and a larger window opens, thanks for any help

edd
 
try this:
<a href=&quot;reports.htm&quot; target=&quot;new&quot; .......


does it now open i a new window?

Known is handfull, Unknown is worldfull
 
i'm not sure what to do with the code that you have given me, as the line of code i have is:

<a href=&quot;reports.htm&quot; onMouseOver=&quot;MM_swapImage('Image4','','images/smogens_celtic_button_rollover.gif',1)&quot; onMouseOut=&quot;MM_swapImgRestore()&quot;><img src=&quot;images/smogens_celtic_button.gif&quot; name=&quot;Image4&quot; width=&quot;164&quot; height=&quot;23&quot; border=&quot;0&quot;></a>

where would i put the code?


thanks

edd
 
<a href=&quot;reports.htm&quot; target=&quot;new&quot; onMouseOver=&quot;MM_swapImage('Image4','','images/smogens_celtic_button_rollover.gif',1)&quot; onMouseOut=&quot;MM_swapImgRestore()&quot;><img src=&quot;images/smogens_celtic_button.gif&quot; name=&quot;Image4&quot; width=&quot;164&quot; height=&quot;23&quot; border=&quot;0&quot;></a>



Known is handfull, Unknown is worldfull
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top