|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
HREF Pop-Up....
I have a couple of links that I need to modify so that they open POP-UP like windows. Problem is that I would like them not to have an address bar and want to be able to define the height, width, position, scrollbars and so forth. I am unaware of any way to do this. Any help would be truly appreciated.
My code so far is as follows: How do I modify my code so that it opens a pop-up like window? |
|
#2
|
||||
|
||||
|
RE: HREF Pop-Up....
Search the net for javascript new window, there are many variations,
http://www.pageresource.com/jscript/jwinopen.htm |
|
#3
|
|||
|
|||
|
RE: HREF Pop-Up....
Yes, I have seen those new window javascripts. The problem is that they all involve having somekind of input. Like a button. Which is exactly what I cannot use. I need to have this work with actual links.
|
|
#4
|
|||
|
|||
|
RE: HREF Pop-Up....
you can use an onclick event in the href tag just like you would in a button..
<a href="<?php echo $url; ?>" onclick="window.open(this.href,'popup','(options go here)');return false;">LINK LIST</a> |
|
#5
|
|||
|
|||
|
RE: HREF Pop-Up....
Thank you! It works.
|
![]() |
| Viewing: Codewalkers Forums > Other Technologies > Client Side Things > HREF Pop-Up.... |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|