473,395 Members | 1,972 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,395 software developers and data experts.

Accessing dom structure of a webpage (cross-domain-issue)

25
Hi all,

Is there any way to access the dom structure of a remote webpage (say gmail login web page) from a javascript?


Thanks
DNK2007
Jan 29 '08 #1
4 1514
gits
5,390 Expert Mod 4TB
hi ...

not with javascript ... this is due to security features of a browser to avoid cross-site-scripting (css) issues ... and i assume you tried it already :)

kind regards
Jan 29 '08 #2
DNK2007
25
hi ...

not with javascript ... this is due to security features of a browser to avoid cross-site-scripting (css) issues ... and i assume you tried it already :)

kind regards
Hi gits,

Is it possible to access it from other language/scripting language?

Thnaks
DNK2007
Jan 29 '08 #3
gits
5,390 Expert Mod 4TB
may be you could get a serverside script to load the page ... now you could copy it and deliver a page that is now 'from your domain' :)
Jan 29 '08 #4
DNK2007
25
may be you could get a serverside script to load the page ... now you could copy it and deliver a page that is now 'from your domain' :)

Hi gits,

Thanks for your valuable information.

Thanks
DNK2007
Jan 29 '08 #5

Sign in to post your reply or Sign up for a free account.

Similar topics

2
by: VB Programmer | last post by:
Any good links, tips or advice on how to use tables to structure the layout of a webpage?
0
by: harsha1305 | last post by:
Hi all, I need to create a pointer to array of structure. Definition of structure: typedef struct { char b_name; unsigned long int sig; unsigned long int count; volatile unsigned char...
16
by: quantumred | last post by:
Can I use pointer arithmetic on the members of a structure in the following way? Should I be worried about structure padding? This works in my debugger but I wonder if I'm bending some rule here. ...
4
by: John | last post by:
I am having a problem accessing the members in a structure via an interface and Class. ***Development Code*** Structure Person Public Name as String End Structure Interface IData Public...
14
by: Kavya | last post by:
Here is the code int main(){ struct node{ int a; int b; int c; }; struct node s={3,5,6}; struct node *ptr=&s;
1
by: manjitsarma | last post by:
I have created a structure in Default.aspx in .Microsoft Visual Studio 2005.I have tried to access the structure in a class file as mentioned below. public Default.TheEnvelope CurrentEnvelope ...
5
JDMM
by: JDMM | last post by:
How do i access an asp page from LAN? I have installed IIS 5.1 on one of my nekwork pc named ABC (say). Then i have included the folder (named "aspeg") which contains the asp webpages inside the...
2
by: Zach | last post by:
Is it possible to access a web page from within a c# application? If so, what would the code be like to do that? Thank you, Adrian.
6
by: Sid | last post by:
All, See the below piece of C code snippet typedef struct _a { int ia; int ja; }A;
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.