I am hoping for some guidance and I will confess up front to only dabbling in 
java.  I have a case where I am trying to pass the result of a 
function from an iframe to the remedy form.  Due to the restriction of an 
IIS Server that is set to allow anonymous access I cannot simply store the 
function in a jsp in the Mid Tier shared folder, reference it in the 
Header of the form and then set the result using a simple 
javascript:window.(F(536870924).DoSet(fn_userinfo());.  That would have 
been the ideal approach.

Here is what have so far:

- ASPX page containing the function (when I open my form I can see the 
result of the function displayed in my view field)  This will be hidden when I 
get it working.

- The next step would be to use an Active link run process something like 
this ... javascript.window.F(536870924).DoSet(document.getElementById
("UserInformation").value).  I am not certain of this so I could use some 
advice on this statement as well. Specifically, what do i need to do to 
reference the function result.

Although others on posting on BMCDN and elsewhere see to be able use 
document.getElementById with the DoSet ... I am getting an error stating 
that the active link run process is not supported.  This seems to be an 
odd error as I do not get it when using javascript:window.(F
(536870924).DoSet(fn_userinfo());

I would really appreciate some help on this one.

-----
Remedy Server and Mid Tier v6.3
Windows 2003
-----



      __________________________________________________________________
Connect with friends from any web browser - no download required. Try the new 
Yahoo! Canada Messenger for the Web BETA at 
http://ca.messenger.yahoo.com/webmessengerpromo.php

_______________________________________________________________________________
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
Platinum Sponsor:[email protected] ARSlist: "Where the Answers Are"

Reply via email to