Doing getHTML(URL): How?
I want to do something like this: <var html = getHTML(URL);> and I wonder how to do <getHTML(URL)>.
Sample code (& comments),
Ruben
What, in words, not pseudo-code, do you want to do. You really are looking for an iFrame or server-side coding, regardless of whether you use AJAX.
Doing getHTMLContent(URL) (not with iFrame)
I want to do something like this: <var html = getHTML(URL);> and I wonder how to do <getHTML(URL)>.
I am not looking for an iFrame coding, but for a server-side coding, in the sense that content of variable ‘html’ should be accessible for further processing.
*Sample code*/comments welcome
Ruben
'You really are looking for an iFrame or server-side coding'
Declan1991, I am looking for 'server-side coding'...
--
Ruben
I think you are a little confused. If you have PHP, it's
PHP Code:
<?php include 'xxx.yyy' ; ?>
and there are numerous other languages that might do it. You need to give more information about your problem.
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Posting Permissions
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
Forum Rules
Bookmarks