I use Visual Interdev for Writing ASPs and VBScript.It auto-complete feature is best to avoid spelling mistakes and write code
Notpad some times for well formed HTML Code.
and MS FrontPage for HTML most of the times.
I have used Dreamweaver as well and its good to use to HTML Specialy if one...
Hi all,
I am using the following code to fetch userids from a database and display it in browser in MS Excel worksheet format.
The problem is when i run the code for the first time; it does not show me the results. It works better when I run the same page again while the first instant is not...
Make sure that there is a space between the Fieldnames and SQL Clauses.
Check it with
Response.Write strSQL
then copy/paste and run it directly in the SQL Query Analyzer or access (what ever DB are you using)
---Error Source---
& "airbooking.Name, airbooking.OrderNo FROM AirOrder...
Why don't you use PartNumber text box as an array.
Each time to inster a new line of Form fields to sheet , Use the same name for the text Box.
After submiting the page When you will get a comma seperated list of the all partnumbers you have entered.
You will need to use Split() function...
1. Use Trim(rs("MyTxt")) instead of rs("MyTxt")
I Think this will help you.
I checked your code and it must work fine except the #(1) as i m not sure what field type are you using.
To see your code running . make a text file named "a.txt" in a subdirectory named...
Hi ,
Every thing seems to be OK. But I would suggest you try
1.
Server.URLEncode(recordset("LINK")) instead of
(recordset("LINK") .
2.
While Not recordset.EOF
//code
recordset.MoveNext
Wend
3. Check for the spelling mistake in the record set...
What about using a meta tag refresh tag .?
Delete the image after the page is refreshed.
Note:
Check your file size and calculate its download time(say for 28 k connection for getting idea for setting the refresh time.
Hi ,
You can do all this using ASP/VB Script. You just to have all these options on a one very well designed HTML form.
All the buttons you will be having there submit the page to a common process page where you can select the user action type using the SELECT CASE for the Submit Button.
For...
Check the permissions on the database file and the folder.
Whenever a update or insert query is run
against the file based(like MS Access OR Foxfor database) a temporary file is created and then destroyed right after the transaction is done.Check that you have allowed every one the desired...
Check the security permissions on the database folder.
Everyone must be allowed Full Conrol over the folder where you have placed your access database.
Reason :
Whenever a record is added to the access database a temporary file is generated till the transaction is completed. As the http user...
Using Layers can do the trick for you.
Make Laysers like layer1 ,layer2,...layer3 unders the main category links. On a mouse click or mouse over even of the javascript set their visibility properties to show the sub links and/hide accordingly .
Secondaly you can pass a querystring to the...
Nothing Much Wrong with the Code except you have not created the fso object before opening the text file .
'Copy/paste this line OF code written below
'above "Set f=Set f = fso.OpenTextFile(datapath,1)"
Set fso=server.CreateObject("Scripting.FileSystemObject")...
NO.
The iframe take a url as a src not the HTML atself.
Develop a Dynamic page say "iframepage.asp" which will extract these the contents for the the iframe and then use that page in the ifram src tag like . src="iframepage.asp"
[peace]
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.