TeamPhotoshop
Reviews, updates and in depth guides to your favourite mobile games - AppGamer.com
Forum Home Latest Posts Search Help Subscribe

Help Me Please...

Page: 1 Reply
Mar 9th 2002#35140 Report
Member since: Mar 9th 2002
Posts: 2
ok guys...I got the list to display from my database...but now I want to open a new window when the user clicks on the drop down and displays a site in that new window. I have the links in my database also...but it's not working. Any ideas???











<%
dim rsSites
dim query


set rsSites = Server.CreateObject("ADODB.Recordset")
query = "select * from tblSites"

rsSites.Open query, objConn, adOpenDynamic, adLockReadOnly, adcmdText
%>



<%
rsSites.Close
objConn.Close
set rsSites = nothing
set objConn = nothing
%>
Reply with Quote Reply
Mar 9th 2002#35146 Report
Member since: Mar 20th 2001
Posts: 3367
Reply with Quote Reply
Mar 11th 2002#35253 Report
Member since: Mar 9th 2002
Posts: 2
hmmm...I still can't seem to post my code.
Reply with Quote Reply
Page: 1 Back to top
Please login or register above to post in this forum