- Upvotes Received
- 0
- Posts with Upvotes
- 0
- Upvoting Members
- 0
- Downvotes Received
- 1
- Posts with Downvotes
- 1
- Downvoting Members
- 1
7 Posted Topics
This script will load random images and they will change when you refresh. I hope this is what you are looking for: Put in the head: [html]<SCRIPT LANGUAGE="JavaScript"> var theImages = new Array() //Random-loading images theImages[0] = 'images/home_rotate1.gif' // replace with names of images theImages[1] = 'images/home_rotate2.gif' // replace with …
I want to us a simple HTML drop down lists (<select name="menu"....) as a quick jump between a couple of different html pages. I was able to come up with the script to have the pages jump to the URLs. However, I was hoping to have the current page dynmically …
I am building a site that has 3 main sections (Sec1, Sec2, Sec3) These 3 sections will be the main navigation going accross the top. On the home page will be a image approx 528 X 228. Each section will have a image relevant to the section. So when the …
I am looking for a script that will promt the user to bookmark my site when they try to close the browser. I have seen them in the past I cant seem to find one now that I need it.
I am trying to remove a function call for a pop up window because so many people have pop up blockers. The line below shows a call to have msg.asp..... shown in a pop up. However i want it to just be a normal page. Is there a way I …
I am building a links pages in asp using an Access db. Some of the pages display correctly. Some of the other pages give me this error: The page you requested, has produced an error An email alert has been sent to the web site administrators regarding this error. In …
I am trying to use an ASP upload file to upload banners. I am receiving this error: ADODB.Recordset error '800a0bb9' Arguments are of the wrong type, are out of acceptable range, or are in conflict with one another. /links/add_banner_upload.asp, line 98 Below is the code Query = "SELECT * FROM …
The End.
raywood5