Problems with "a" tag and time...


[ Follow Ups ] [ Post Followup ] [ WAP Technical Discussion Forum ] [ FAQ ]

Posted by Reyes (213.162.193.29) on September 05, 2000 at 11:15:27:

Hello!!

I'm Reyes. I´m workin with Wap one month ago. I have a problem with one Card and I don't know how can I solve this.
My card has two "a" tags and one ontimer that calls a script function. When the function ends it returns to the same card. My problem is that if the user change the selection when the timeout is expired the selection changes to the first. The code is:









1.Continue...



2.Remove last element:


$(userRet)


extern function timer() {
var l_writing = WMLBrowser.getVar( "writing" );
WMLBrowser.setVar( "writing", --l_writing );

if( l_writing == 0 )
badEnd();
else
WMLBrowser.go( "exact.wml#remove" );
}

How can I make to maintain the selection of the user and limit the time?

Thank a lot of...

Reyes


Follow Ups:



Post a Followup

Name:
E-Mail:

Subject:

Comments:

Optional Link URL:
Link Title:
Optional Image URL:


[ Follow Ups ] [ Post Followup ] [ WAP Technical Discussion Forum ] [ FAQ ]