Forum Moderators: open
Here's what i have in a aspx page -
<html>...
<iframe name="command" src="HelloWorld.aspx" </iframe>
this worked - the aspx file was processed by the server.
then it stopped and doesn't touch the aspx at all. However, doing this -
<iframe name="command" src="HelloWorld.HTM" </iframe>
does work - but is no use as any <%= flags %> don't get processed :)
Any tips on where i look to try and get this working again.
/Me baffled :(
tony