Thanks man,
I tried window.frames.daftar.document.forms.formku.email.value and window.frames['daftar'].document.forms['formku'].elements['email'].value
but I still get the same error message
"window.frames.daftar.document.forms.formku is undefined
Berkas Kode Sumber...
Hi Guys:),
I have a javascript code that tries to access form value in an IFRAME
the following code works perefectly in both IE and OPERA but FireFox always give me this error message:
"window.daftar.formku is undefined"
I have also tried
alert(window.frames[1].formku.email.value);
but...
I finally able to read values from excel file, there is however one big problem (have spent 1 full day just to solve this problem)
The issue is vbscript see all numbers in excel file as integer
e.g.
=====
0.5 is treated as 5
1.75 is treated as 175
and so on .......
I Have tried csng, cdbl...
Hi Guys,
How to assign values to a 2 dimensional array using only few lines of codes?
I understand that you can do this easily with Array function for 1 dimensional array, but how to do this with 2 a dimensional array ?
Thx!
Hi Guys,
I am trying to read content of an excel file using VBS
Here's my code
==============
<html>
<head>
<title>
</title>
<body>
<script language="VBScript">
Set objXL = CreateObject("Excel.Application")
Set objWB = objXL.WorkBooks.Open("C:\test1.xls")
Set objWS =...
Hello All,
I would like to sell software over the Internet and need ready to run software catalog/directory application written in ASP or PHP which has similar functionality to download.com
Any idea of where to buy software with such functionality?
Thx,
Andy
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.