hi,
i have this javascript function that works ok in firefox, but in i.e. it returns NaN. is there anyway to fix this?
thanks.
function changeit(me)
{
var amount;
var model;
var amtx;
model = me.value;
if (model == "x20")
{
amtx = "100.00";
}
amount =...
hi,
i have this page (edit.asp)which has boxes with the data filled in from a previous page. the form name is frm1. it has 4 buttons: (insert, update, delete). i would like to go to different pages when each button is clicked:
when insert button is clicked, it should go to insert.asp
when...
hi,
i have this code on an asp page on a website. i'm trying to convert this into html/javascript. what's the equivalent of this in javascript, please?
DatabaseLocation = Server.MapPath("orders.mdb")
set conn=Server.CreateObject("ADODB.Connection")...
ok, i changed the hta's into html's. i can see the url's on the top of the new window when the page is displayed like this:
file:///H:/public/updateDB.html?email=jerry@isp.net&model=T40&row=1
on this page, i have vbscript. all i want to do is retrieve email and model. how would i code in vb...
hi,
i have an hta app that uses vbscript. when a link is clicked, it sends data. here's the code:
"<a href=" & chr(34) & "test.hta?unit_id=" & _
"&row=1" & chr(34) & ">" & full_name
this link calls test.htm with...
hi,
i have an hta app that uses vbscript. when a link is clicked, it sends data. here's the code:
"<a href=" & chr(34) & "test.hta?unit_id=" & _
"&row=1" & chr(34) & ">" & full_name
this link calls test.htm with...
hi,
i have an hta app that uses vbscript. is there a way to pop a msg for 5 or 6 seconds? i know this can be done in vbscript using wscript.shell, but i'm not sure how to do it in hta.
thanks.
hi,
i'm working with a web page that has a field with data like this: $25.00 or $75.00 or 75.00 or 25.00
i have to take this field, convert it into a number and add 25 to it and put it back in the field. i can process the content of the field in java, but having trouble converting this format...
hi,
i have this code in a page:
<td class="body" align="left">
<SELECT NAME="modl" SIZE="1">
<OPTION>Select A Model</option>
<OPTION>A20</option>
<OPTION>A20m</option>
<OPTION>A21</option>
there's another field on the page that's called amount.
i like to be able...
hi,
i have a webpage (asp/vbscript/java). it has a java edit routine that is supposed to prompt user for errors before going to the next page. my script does not execute if this heading is on top of the page's html code:
<! DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"...
hi,
i have an asp/vbs page the users enter information to proceed to the next page after pressing submit button. is there any way to pop a message if they entered invalid information? and keep them from proceeding to the next page?
thanks.
hi,
i have an asp/vbscript page that's a menu for selecting reports. i have a text file that's updated each time the page is accessed (sort of like a home made visitor counter). i can read from this text file, but when i try to write to it, i get this error:
Microsoft VBScript runtime error...
hi,
i'm composing an html page with vbscript in it. it basically accepts user's input into text fields and then to do one of the followings:
1) send an email with the data that was entered by user or .
2) write the data as a line into a text file on the isp that hosts the website.
my question...
hi,
i have an ibm thinkpad a21m that was put together (mobo, hd, ram, cd, floppy, etc.). installed xp. worked fine. it had "unknown device" on device manager. i used msinfo32 to identify that it needed acpi (advanced configuration power interface). i installed it. the unknown device error went...
Hi,
i have an ibm thinkpad A21m P-III. i installed a fresh install of xp on it. all the devices show up ok on device manager (modem, lan, infrared, cd, floppy, .....), except that under "other devices", unknown device shows up with a yellow exclamation sign. any idea what this is, and where can...
hi,
i have a thinkpad a21m that was plugged into the wrong ac adapter (48 volts). so, it wouldn't turn on. i replaced the motherboard. now, the laptop turns on, and the lights come on. but when it turns i hear 7 beeps: 3 beeps .... 3 beeps.... 1 beep. (total 7). and nothing is displayed on...
Hi,
i have an ibm thinkpad type 2628 (pentirum III). the charger was lost, and my son found a charger that he thought would work. while i was at work, he plugged a sysco router charger (48 volts) into the laptop. now the laptop won't turn on. my question is, would the pc just shut off when a...
hi,
i have a table with the following columns and data:
start_date start_time
================= =================
04/10/07 00:00:00 01/01/01 17:32:05
finish_date finish_time
================= =================
05/31/07 00:00:00 01/01/01 10:50:02
i can get...
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.