First  |  Prev |  Next  |  Last
Pages: 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208
ServerHTTPRequest
Hi people, I need some help with ServerHTTPRequest. My question is: why can I load only the last rss? Somebody have any idea? Thanks a lot. Example: http://www.clas.com.br/loja/sedex.calculo.asp Code: Sub getXML(sourceFile) dim styleFile dim source, style styleFile = Server.MapPath("n... 27 Jun 2006 20:31
Connection string issue??
I don't understand... What's the difference between these two... objConnection99.Open "Provider=SQLOLEDB;Data Source=TITUS;User ID=<user.;Password=<password>;Initial Catalog=<db>" objConnection99.Open "DSN=<dsn>;uid=<user>;pwd=<password>" When I use the top one - I get the whole load of pain as described... 19 Jun 2006 02:38
Return value
The code bellow functions well. However if I want to obtain a return value using the code bellow, how is it done? <% Sub RunQueryString (pSQL,parms) on error resume next Set conn = Server.CreateObject("ADODB.Connection") conn.open "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & Server.MapPath("/db/upload/ste... 16 Jun 2006 11:45
Only English is Allowed
Hi there, I need to create a asp page with fields like FirstName, LastName etc. But this 2 fields only allow the user to enter english characters, no chinese, no jap.. nothing else.. What is there that i must do to disable users from entering character other then English?? Thanx lotz.. RegarDx.. ... 12 Jun 2006 03:45
Getting started
Hi All.. I'm not new to asp (got some knowledge during school days).. but had not reali ever get a asp site done on my own.. Thinking of creating one myself.. Juz a simple one.. with dB.. users able to register, login and view stuff.. i'm also able to keep track on user behaver.. Any suggestion on using what s... 6 Jun 2006 04:09
Capture IP on web form
I've been getting a lot of harrassment emails on a web form recently and I want to display/capture the users IP/host header(not sure if thats the right term... but I know you can do it in IRC) if possible. Does anyone know a free script for this? The form is in ASP not .net I want to amend my form so it displa... 27 May 2006 04:45
Crosstab query output
I am trying to create a crosstab report in ASP. I'm using ASP/VBScript and Access database. I used Access to create the SQL query, then copied the SQL and embedded it in my ASP like this ... mySQL = "" mySQL = mySQL & "TRANSFORM Sum(Transactions.Hours) AS SumOfHours " mySQL = mySQL & "SELECT Transactions.Act... 20 May 2006 19:55
Dynamic table
Hi All: I've managed to get myself into something I thought would be simple, and is turning out not to be, or I am too close to the trees to see the forest. I am creating a recordset from a table in an access database using classic ASP. I now need to display the database in a table in a web page, which is ... 19 May 2006 09:25
HTML Tab pages
I ahve an asp page which has many controls. I have identified that I can arrange then into different tab pages. are there any samples of the tab pages in ASP which can be cross browser. Simple HTML/JavaScript way will be fine. We want to avoid the third party tab controls. Thanks ... 10 May 2006 17:38
javascript to ASP - passing variable values
Hello all, I have an ASP generated form to maintain a back end Access Database. Some tables have Memo Type fields. On account of the limitations of the length of the URL String, I am unable to include user entered values of length greater than 2048 bytes in such memo fields in the URL. The technique I use: ... 25 Apr 2006 02:25
First  |  Prev |  Next  |  Last
Pages: 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208