Quote:
Originally Posted by Dark-Master
Thank you for an update.
I'm wondering why my code doesn't work. Did I put something wrong in this?
Code:
<frameset cols="*" framespacing="0" frameborder="no" border="0">
<frame src="http://csstats.xgn.in.th/cs-main/" name="xgnetwork" />
</frameset>
And this is my page url. http://www.xgn.in.th/xsense/pages.php?pageid=1
|
<frame> to <iframe>
running code:
Code:
<frameset cols="*" framespacing="0" frameborder="no" border="0">
<iframe src="http://csstats.xgn.in.th/cs-main/" name="xgnetwork" /></iframe>
</frameset>