Wrox Home  
Search P2P Archive for: Go

  Return to Index  

access_asp thread: open a windows...


Message #1 by "os2" <redfox26@v...> on Sat, 4 Aug 2001 23:42:51
hi



i try to open a windows when a click on a image with this code



while (!rsVehicule.EOF)

 {

  Response.write("<table class=table width='60%'>");

  Response.write("<tr><td rowspan=5><a href=JavaScript:openWindow

('"+rsVehicule('image')

+"','Aide','toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resi

zable=yes,width=445,height=430,top=50,left=30')><img src="+rsVehicule

('image')+" width='200' height='100' border='0'></a></td></tr>");

  rsVehicule.MoveNext();

 }



never happen



('"+rsVehicule('image').... work fine, i can see the right name in the 

status bar

why i can't open image



thanks
Message #2 by "Hans van Domselaar" <Hans.van.Domselaar@i...> on Mon, 6 Aug 2001 08:33:22 +0200
Try window.open('"+rsVehicule('image').............)



-----Original Message-----

From: os2 [mailto:redfox26@v...]

Sent: zondag 5 augustus 2001 1:43

To: Access ASP

Subject: [access_asp] open a windows...





hi



i try to open a windows when a click on a image with this code



while (!rsVehicule.EOF)

 {

  Response.write("<table class=3Dtable width=3D'60%'>");

  Response.write("<tr><td rowspan=3D5><a href=3DJavaScript:openWindow

('"+rsVehicule('image')

+"','Aide','toolbar=3Dno,location=3Dno,status=3Dno,menubar=3Dno,scrollbar

s=3Dyes,r

esi

zable=3Dyes,width=3D445,height=3D430,top=3D50,left=3D30')><img 

src=3D"+rsVehicule

('image')+" width=3D'200' height=3D'100' border=3D'0'></a></td></tr>");

  rsVehicule.MoveNext();

 }



never happen



('"+rsVehicule('image').... work fine, i can see the right name in the

status bar

why i can't open image



thanks




  Return to Index