Hi Guys

Is there a way where we can fetch the content of a Page as in Preview
mode through request and include in an external ASP page using only
vbscript or javascript kind of things?

Something like this:
    Set objXMLHttp = Server.CreateObject("Microsoft.XMLHTTP")
    str_con="http://10.40.7.161/cms/ioRD.asp?
Action=RedDot&Mode=0&OnLoad=0&PageGuid=E5EA53F1FC5846B088CF0E95AE258696&LinkFromGuid=6C8A3094541911D4BDAB004005312B7C&CalledFromRedDot=0&WithCache=1&Type=page&Isolated=0&PageLocked=0&Rights1=-33570817&DummyTime=1256132447402S"
    objXMLhttp.Open "GET", str_con, False
    //objXMLHttp.setRequestHeader "Content-Type", "application/x-www-
form-urlencoded"
    objXMLhttp.Send ""
    objXMLResponse = objXMLHttp.responseText
    'response.write Server.HTMLEncode(objXMLResponse)
    response.write objXMLHttp.responseText

The above mentioned script is kept in a Content Class but still CMS
refuses to serve the content to this request and always throws PLEASE
LOGIN error. Which I understand is logical but I want to authorize
this asp page to fetch the content.


Do you see a way of doing what I am trying to achieve?
Is there an RQL or anything which could help me loading the content of
the page served by CMS Server?

Kind Regards,
Sud
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"RedDot CMS Users" group.
To post to this group, send email to reddot-cms-users@googlegroups.com
To unsubscribe from this group, send email to 
reddot-cms-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reddot-cms-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to