function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
MoozoMoozo 

External calling

Hi,
Is it possible to call an scontrol from external web pages? I would like to get posted data from an external url by GET method and use them inside javascript inside my s-control. Is there any way how can I do it? Where can I get an url address of my scontrol?
 
Thanks for any help
 
Moozo

Message Edited by Moozo on 07-02-2006 12:56 PM

DevAngelDevAngel
An scontrol is basically html.  I think the question is whether you can use the ajax toolkit from another web site, and that answer is no due to cross domain browser restrictions.  Also, if you scontrol uses merge fields, you will not be able to have the merge field values available.