Hi,
When I use a .xls(Excel Spreadsheet) in an href, ie used to send me a dialog box asking if I wanted to download or open from location. Now it simply opens it. I use vbscript and I am looking for a way to force it to ask! I welcome any ideas! Thanks.
Good Morning all,
My problem is that I have built what should have been a simple page using Dreamweaver and Ultra Dev saving survey information to a database. But when the page is run, sometimes works and other times not. The error I am getting is that the database is already in use. It...
The thing missing in the above advise opening the table and placing the pointer at the first record. This example lists the first and last name, but sets up to retain the IdNo. Remember to close your recordset and set the variable to null.<br><br>dim rs<br> set...
Hi,<br><br>I have been working with a databse on the web task oreinted text book. It often presents both sides of this issue. I prefer working with object code rather than the SQL method. Is there an advantage to using SQL?<br>Is it quicker, does it use less...
Nick,<br><br>No I am accessing a database on the server, using client side script. In this case, and address book, where permitted members can add information or change information.<br>Interactive database, actually the course I am working on is ASP Databases. The author...
I am trying to access a table with about 5000 records and 150 fields, using a combo box. I can pick the record I want very nicely, but I can't get the rest of the information to show in my form. What do I need to do to get this to work properly.<br><br>I have investigated...
Ok, Nick<br><br>Your such a fountain of information. Does Javascript handle client side scripting and how would I convert this code.<br><br>'First I am declaring a recordset.<br>Set rs=server.CreateObject("ADODB.Recordset")<br>'Open recordset<br>rs.open...
Nick,<br><br>I guess I have to add one thing. This is client side scripting. Does this make a difference in how this is behaving?<br><br>Thanks again. Rose
Folks,<br><br>No Code yet, this is part of the question. In the listbox control (MsAccess), I have the problem. I was wondering if I should be using an OnChange event where I record the index, then some sort of show statement to display the information in the textboxes, or...
Well Nick this is what I have:<br><br><script language=vbscript><br>Sub cmdSubmit_OnClick()<br> 'The only required fields at this point are<br> 'club name and club code<br> If Len(frmAdd.txtLName.value) = 0 Then<br> Alert "Please Enter Last Name!"<br> frmAdd.txtLName.focus<br>...
Greetings,<br>I am dealing witha database with a great number of records (5000) and expansive field structure. I need to be able to select a record, in this case a student, then list this students information. I have been working with a combo box, I have also tried a...
Not all of VbScript works in Netscape. How does one deal with building an app for both environments. <br>Is JavaScript as selective?<br>Can one use Javascipt to deal interactivley with databases?<br>I really appreciate all the help I have gotten from this forum.
Thank-you Nick. I had thought of this, but didn't know where to code it. Would using a database or a file to record the count be a better idea.<br>I guess what I am asking is: Would a database be a slower access time?<br><br>Thanks.
I have been having great difficulty finding a VBScript Progammers Index.<br>Something that would offer events, methods andproperties available for VBScript.<br>Any suggestions?
I need to develop a counter. The purpose is to record hits. I would like to maintain a table recording the IP's and add to the counter only if it is a new hit and not a repeat hit. Any clues?
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.