in reply to Re: capture data - html
in thread capture data - html

You make good points, but instead of images I would rather include a link to a css residing on Y, which is more likely to be loaded. And then, for IE Browsers there's a way to sneak JavaScript in via a css statement, eg.
css: a { behaviour: url('http://example.com/sneak.htc'); } sneak.htc: <PUBLIC:ATTACH EVENT="onmouseover" ONEVENT="DoHover()" /> function DoHover() { // JavaScript statements... }
but as said, that only works with buggy browsers full of holes... ;-)

But! that could just be cheating the provider and should not be lightly undertaken, and if they have a clue, they may block offsite CSS as well (ah, and offsite images.. ) .

--shmem

_($_=" "x(1<<5)."?\n".q·/)Oo.  G°\        /
                              /\_¯/(q    /
----------------------------  \__(m.====·.(_("always off the crowd"))."·
");sub _{s./.($e="'Itrs `mnsgdq Gdbj O`qkdq")=~y/"-y/#-z/;$e.e && print}

Replies are listed 'Best First'.
Re^3: capture data - html
by kevyt (Scribe) on Jun 29, 2006 at 16:11 UTC
    Thanks Shmem....

    I am try this later this afternoon :) I informed the provider that I was able to place a mortgage calculator that I created in perl on their website, that I did not think should be permitted. I guess they dont check for perl because most kids trying to hack sites dont know perl. I would not want to hurt their site in anyway. They are trying to make money and they are offering a free service. Now if it was Bill Gates web site ... hmmmm :)

    Thanks,
    Kevin