View Single Post
Old May 14th, 2006, 9:37 AM   #8
DaWei
Resident Grouch
 
DaWei's Avatar
 
Join Date: Jun 2005
Posts: 6,453
Rep Power: 10 DaWei is on a distinguished road
If you want to accomplish the ip thangy in script on the client, just:
HTML content:
This is normal HTML text, and we just want
to say, Welcome 
<script type=blah...>
document.write (ip);
</script>.
where 'ip' is a variable you have previously stuffed with the appropriate string.
__________________
Abstraction doesn't make it impossible to write bad code; it makes it possible to write superior code.
Contributor's Corner: Grumpy on C++ Exceptions DaWei on Pointers
DaWei is offline   Reply With Quote