Javascript in Ajax

R

robbi.st

hallo,

da ich nicht so gut bin in dem, wollte ich mal fragen ob es möglich
ist, ein popup via javascript
in ajax aufzurufen. bis jetzt ist es mir zwar gelungen, ein popup
aufzurufen, jedoch wurde die seite von der es aufgerufen worden ist
auch verändert.

das script sieht etwa so aus:

function openwin(url){
win = window.open(url, "bla" ,
"height=300,width=500,location=no,menubar=no,resizable=no,scrollbars=no,status=yes,toolbar=no");
win.focus();
}

und wird anschliessend mit einem a href und onclick aufgerufen.

hoffentlich versteht ihr wasich meine.

freundliche grüsse
robbi
 
N

Noggon

German to english translate:

<robbi>

hello, I wanted to ask whether it is possible to call popup via
Javascript in ajax. up to now I succeeded in calling popup however the
side had been called by that it is also changed. the script looks
like this

function openwin (URL)
{
win = window.open (URL, "bla", "height=300, width=500,
location=no, menubar=no, resizable=no, scrollbars=no, status=yes,
toolbar=no"); win.focus ();
}

and afterwards with an A href and onclick one calls.

hopefully you understand,

friendly greetings robbi
 

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
473,770
Messages
2,569,584
Members
45,075
Latest member
MakersCBDBloodSupport

Latest Threads

Top