how to write action in javascriptfunction

This is a discussion on "how to write action in javascriptfunction" within the JavaScript Forum section. This forum, and the thread "how to write action in javascriptfunction are both part of the Program Your Website category.



Go Back   Webforumz.com > Main Forums > Program Your Website > JavaScript Forum

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Aug 2nd, 2007, 03:43
New Member
Join Date: Jul 2007
Location: KUALA LUMPUR
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
how to write action in javascriptfunction

hi,
Below getRimData() is a function which will call .js file. It is included in
Code: Select all
<html:select property="lbrokercd"  value="" onchange="document.forms[0], '/ILICTreasury/banker-web/X32.do', this, 'IX3201')">
---------> IT IS WROKING WELL
<head>
Code: Select all
function doAction(){
getRimData(document.forms[0], '/ILICTreasury/banker-web/X32.do', 
               this, 'IX3201');
        }
</head>
<body>
<html:select property="lbrokercd"  value="" onchange="doAction()" ----------> it is not calling getRimData ();
<body>
when ever the "doAction" is called it should execute the function "getRimData()".. but it is showing some error.

thx
HAN
Reply With Quote

Reply

Tags
onchange

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
how to change button action into a movieclip button action cjrollo Flash & Multimedia Forum 7 Nov 21st, 2007 17:07
File write alexgeek PHP Forum 2 Aug 3rd, 2007 13:53
Do you write like a girl? snow Webforumz Cafe 17 Jan 4th, 2007 22:14
better way to write this? jimz PHP Forum 4 May 9th, 2006 11:21
How to write the query? accessman Databases 0 Oct 21st, 2005 16:16


All times are GMT. The time now is 10:14.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43