popup in javascript

F

Francisco Birrer

hi

im search a code that permit work it whit a other page.

Im explain, search in a popup load other web page.

Somebody can helpme??

thk
 
P

Peter Michaux

hi

im search a code that permit work it whit a other page.

Im explain, search in a popup load other web page.

Somebody can helpme??

thk

If you are trying to open a new window then "window.open" may be what
you want

window.open("http://google.com/");

You could use this in a link

<a href="http://google.com/" onclick="window.open('http://
google.com/');">google in new window</a>

There are many ways to write this but perhaps this will get you
started.

Peter
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,141
Messages
2,570,818
Members
47,367
Latest member
mahdiharooniir

Latest Threads

Top