Search found 87 matches

by mfauzim
Thu Sep 14, 2006 8:46 am
Forum: Technical / Scripting
Topic: How to Press Ok button on webpage
Replies: 29
Views: 23005

Try it one more time

<HTML> <HEAD> <TITLE> Manual Switch Activation </TITLE> </HEAD> <SCRIPT> /* Added on 21/1/98 to suite Internet Explorer*/ var defaultEmptyOK = false function isDigit (c) { return ((c >= "0") && (c <= "9")) } function isEmpty(s) { return ((s == null) || (s.length == 0)) } function isInteger (s) { va...
by mfauzim
Thu Sep 14, 2006 8:23 am
Forum: Technical / Scripting
Topic: How to Press Ok button on webpage
Replies: 29
Views: 23005

New code

Soory may be I did complete copy in previoous code: Here is the complete code. <HTML> <HEAD> <TITLE> Manual Switch Activation </TITLE> </HEAD> <SCRIPT> /* Added on 21/1/98 to suite Internet Explorer*/ var defaultEmptyOK = false function isDigit (c) { return ((c >= "0") && (c <= "9")) } function isEm...
by mfauzim
Thu Sep 14, 2006 8:17 am
Forum: Technical / Scripting
Topic: How to Press Ok button on webpage
Replies: 29
Views: 23005

OK we can do remote support

Pls advice on how to do this.
regards
by mfauzim
Thu Sep 14, 2006 7:59 am
Forum: Technical / Scripting
Topic: What is the correct syntax
Replies: 9
Views: 7661

Stil does not work

Already remove space, still not work debugger shows:
1. fieldvalue =%TelRtn%
2. TelRtn = "00356370496"

I am using the latest version
regards
by mfauzim
Thu Sep 14, 2006 7:45 am
Forum: Technical / Scripting
Topic: How to Press Ok button on webpage
Replies: 29
Views: 23005

Stil does not work

That what I though, but still it does not work; attach is the source code for your review: <HTML> <HEAD> <TITLE> Manual Switch Activation </TITLE> </HEAD> <SCRIPT> /* Added on 21/1/98 to suite Internet Explorer*/ var defaultEmptyOK = false function isDigit (c) { return ((c >= "0") && (c <= "9")) } f...
by mfauzim
Thu Sep 14, 2006 7:42 am
Forum: Technical / Scripting
Topic: What is the correct syntax
Replies: 9
Views: 7661

Still Not working

The debugger shows
FieldValue = %TelRtn%

so the form entry is %TelRtn%
by mfauzim
Thu Sep 14, 2006 5:53 am
Forum: Technical / Scripting
Topic: What is the correct syntax
Replies: 9
Views: 7661

What is the correct syntax

I vae this code: SRT>ACT_TelRtn Let>FrameName={""} Let>FormName={"manactv"} Let>FieldName={"txtTelNo"} Let>FieldValue={%TelRtn%} LibFunc>hIE,FormFill,r,%IE[0]%,str:FrameName,str:FormName,str:FieldName,str:FieldValue,0 I got error at Let>FieldValue={%TelRtn%} where TelRtn is a variable which has dyna...
by mfauzim
Thu Sep 14, 2006 1:23 am
Forum: Technical / Scripting
Topic: How to Press Ok button on webpage
Replies: 29
Views: 23005

Still Not working

I did as your sugesstion, but still it does not work. The issue is at the follwing line: Let>FrameName={""} Let>FormName={"manactv"} Let>TagValue={"pbActv"} LibFunc>hIE,ClickTag,r,%IE[0]%,str:FrameName,str:FormName,INPUT,NAME,str:TagValue //Problem is here. When click pbactv button, the window show ...
by mfauzim
Wed Sep 13, 2006 5:11 pm
Forum: Technical / Scripting
Topic: How to Press Ok button on webpage
Replies: 29
Views: 23005

it a dialog box

Yes, it is a dialog box. it appear immediately when i click the button to activate the record. I will try it tomorrow morning. Sorry it is 1 am in Malaysia and I cannot access the app from home. I will update the status tomorrw.
by mfauzim
Wed Sep 13, 2006 2:54 pm
Forum: Technical / Scripting
Topic: How to Press Ok button on webpage
Replies: 29
Views: 23005

the actual place where the dialog box apprear is here: Let>FrameName={""} Let>FormName={"manactv"} Let>TagValue={"pbActv"} LibFunc>hIE,ClickTag,r,%IE[0]%,str:FrameName,str:FormName,INPUT,NAME,str:TagValue //pushbutton>Microsoft Internet Explorer,OK // dialog box appear here. when press ok, window su...
by mfauzim
Wed Sep 13, 2006 11:39 am
Forum: Technical / Scripting
Topic: How to Press Ok button on webpage
Replies: 29
Views: 23005

code attach

// Generated by MacroScript WebRecorder 1.71 // Recorded on Wednesday, September 13, 2006, at 06:29 PM LibLoad>IEAuto.dll,hIE If>hIE=0 MessageModal>Could not load IEAuto.dll, make sure it is in the path or edit the LibLoad line. Goto>end_script EndIf //Move the mouse cursor out of harm's way to avoi...
by mfauzim
Wed Sep 13, 2006 11:15 am
Forum: Technical / Scripting
Topic: How to Press Ok button on webpage
Replies: 29
Views: 23005

How to Press Ok button on webpage

In one of web application, we need to enter userid and password.Then press login button. after that the page will prompt for [Register with ok and cancel button (I think it is javascript/vbscript). Somehow when using webrecorder, this click OK button is not recorded. Can anybody help me on how to pr...
Sign up to our newsletter for free automation tips, tricks & discounts