I found someone using this to iframe an offer. Does this look like a good iframe code?
And could anyone explain what the ROWS='*,1' and FRAME SRC='blank.html' parts are for?
Thanks in advance.
And could anyone explain what the ROWS='*,1' and FRAME SRC='blank.html' parts are for?
HTML:
<html> <FRAMESET border='0' ROWS='*,1'> <FRAME SRC='http://url/'><FRAME SRC='blank.html'> </FRAMESET> </html>