Jump to content

similar to a popup


jibo

Recommended Posts

hi i want a code that allows users to click on something on my site so a window pops up bu doesnt give the address bar something similar to a popup does anyone know how this is done, i cant find it anywhere grrrr:P

Link to comment
Share on other sites

i jus tried dat n it dont seem to work lol, edo you no how i could do it using <a href='..........

Same as other code except make the changes below.<input type="button" value="New Window!" onClick="window.ope<a href="java script:void(0)" onClick="window.open( ........ )">click me</a>
Link to comment
Share on other sites

Same as other code except make the changes below.<input type="button" value="New Window!" onClick="window.ope<a href="java script:void(0)" onClick="window.open( ........ )">click me</a>

ok u gave me
<input type="button" value="New Window!" onClick="window.open('http://www.google.com','mywindow',& #39;width=400,height=200,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,copyhistory=no,resizable=no')" />

so what do i replace with this

<a href="javascript:void(0)" onClick="window.open(http://yahoo.com)">click me</a>

id ont quite get it.. to much at once lol :) sorry if i seem a lil bit slow... but i am hehe. cheers

Link to comment
Share on other sites

ok u gave me
<input type="button" value="New Window!" onClick="window.open('http://www.google.com','mywindow',& #39;width=400,height=200,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,copyhistory=no,resizable=no')" />

that was the funny code, see how it but ', i tried to hide it but you must have got it.I've thought of a better way, hold on a mo.
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...