Current location: Hot Scripts Forums » Programming Languages » Everything Java » ASP in Java applet buttons


ASP in Java applet buttons

Reply
  #1 (permalink)  
Old 10-08-03, 08:06 PM
geneane's Avatar
geneane geneane is offline
Newbie Coder
 
Join Date: Sep 2003
Location: The Carolinas
Posts: 59
Thanks: 0
Thanked 0 Times in 0 Posts
ASP in Java applet buttons

I have 2 files... one an include.

Security.asp contains sql code and should define a field called "lkey"
The second file has an applet that needs one of the parameters to look in security.asp (which is an include) for the field "lkey"

Here is what I havrso far but does not work...I think I am missing something...

security.asp
CODE ************************************************** **

'Declare some variables
dim mysql
dim lkey
dim active

'Read Database
mySQL = "SELECT lkey,active " _
& "FROM licensekey " _
& "WHERE active='active' " _
& "AND lkey<>''"

set rsTemp = openRSexecute(mySQL)
do while not rsTemp.EOF

lkey = ("lkey")
call closeRS(rsTemp)

END CODE ************************************************** **



menupage.asp
CODE ************************************************** **

<applet Code=apXPButtonMenu.class Width=140 Height=451>
<param name=key value="<%=(lkey) %>">
<param name="isHorizontal" value="false">
<param name="menuItems" value="

{Setup & Utilities,utilities.asp,_self,new4-136.gif}
">
</applet>

Can someone pleez help?
Thanks in advance.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
  #2 (permalink)  
Old 10-08-03, 11:49 PM
esh esh is offline
Newbie Coder
 
Join Date: Sep 2003
Location: Roswell, GA
Posts: 18
Thanks: 0
Thanked 0 Times in 0 Posts
might want to put this under the ASP section
__________________
noemics.net
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
  #3 (permalink)  
Old 10-09-03, 04:52 AM
geneane's Avatar
geneane geneane is offline
Newbie Coder
 
Join Date: Sep 2003
Location: The Carolinas
Posts: 59
Thanks: 0
Thanked 0 Times in 0 Posts
It is already, thanks
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

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 Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
We need more java talk rooshine Everything Java 4 05-08-04 11:44 PM
Slow Animation on top of Java Applet mark4man Everything Java 5 09-07-03 10:02 AM
Problem with java links Kingfishsj JavaScript 0 08-01-03 09:09 AM
PHP with JAVA funkydunk PHP 0 07-21-03 10:40 AM
Detecting Java Plug-in ZirconChief Everything Java 2 06-10-03 05:37 PM


All times are GMT -5. The time now is 01:56 PM.
vBulletin® Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.