I think the problem I am having relates to using a form to query a recordset and return the results into hte new browser. Using javascript to set properties is ok but i am using <form action="results.asp" method="post" name="formRequest" target="_blank">...
How can I constrain the window properties (width, height, scrollbars etc)when opening a new browser window?
I am returning the results of a db search into the new window via form submission with 'target=_blank'
Any ideas?
Thanks
Hi
I am downloading an XML newsfeed into my MySql db and am having difficulty re-formatting the date fornmeach news item into the correct format for mysql (yyyy-mm-dd). It is being output in the feed as dd/mm/yyyy.
Using date_format('" & sDate & "', '%d-%m-%Y') within the...
I am attempting to download an xml newsfeed into a mysql db but I am having trouble connecting to the db.
I am setting the conn using:
Set DbConn = Server.Createobject("adodb.connection")
DbConn.ConnectionString = "Provider='MySQLProv'
but this returns the following error...
I am trying to save a set of customer order details, generated via recordset & asp page, into a static html page that is saved on the server.
I can use the following after defining recordset:
<%
Dim objFileSystem
Dim MyFile
Set objFileSystem =...
this is confusing me mightily. Does this mean I start with usual page definitions and then
<%
str="<html>"
str=str&"<body>"
str=str&"<table>"
str=str&"<tr><tr>
but then what? how do I incorporate the live data without using " ?
Hi
I am returning a recordset showing job details and need to save this as an html file for further processing.
I understand that I need to use FSO and all works fine with plain text but not when trying to incorporate text dynamically created from the returned recordset.
Anyone tried this before?
I have a new XP machine that I have set up on my work NT network. I am connected to the network but I am confused as to how to get network logon authetication working on boot up.
I need to logon as the network administrator to the domain through the machine but I can only log on locally.
Help!
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.