Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
CodeBehind and JavaScript
Message
 
To
23/07/2004 11:18:18
Evans Carl
System Answers Consulting, Inc
Big Lake, Minnesota, United States
General information
Forum:
ASP.NET
Category:
Web forms
Miscellaneous
Thread ID:
00927353
Message ID:
00927432
Views:
23
Would that be accessing Client-side or server-side JavaScript?
I use the JavaScript to work with the OCX and the OCX is client-side.
From the sounds of the replies I've seen, I think I'll need to add a HTML button to update my OCX alarm via the client-side JavaScript I am using.

Thanks.

>>I thought I had this resolved and then I realized I didn't...
>>
>>Is there anyway to call a JavaScript Function from the CodeBehind?
>>
>>I have an web form app using an OCX and FRAMES.
>>The FrameSet has 2 sections, which we'll call Header and Main.
>>
>>The Header frame is basically static. In Header I have an OCX alarm control which I can access via a JavaScript... even from the Main frame.
>>
>>The Main frame is dynamic and contains my app. Part of my app is a reminder system. It displays to me a record and allows me to update my table by modifying the record and clicking an update button which executes code on the CodeBehind page. After the record is updated, if there is a time in the reminder field, I want to create an entry in the OCX alarm in the Header frame.
>>
>>I believe I can do it if I add a sepparate HTML button to give me access to the JavaScript, but I'd rather do it with a function call from inside the CodeBehind Update routine.
>>
>>Is this possible or am I wasting my time?
>>
>>TIA,
>>Rick
>
>Rick,
>
>I'm not sure it this is exactly what you want but you can access the response.write and do the following:
>
>Response.Write("<script language='javascript'>alert('" & customMessage.Message.ToString & "')</script>")
>
>
>Hope this helps
>
>Carl
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform