http://192.168.1.234/ will probably do it, assuming where you say port you actual mean the last part of the ip address.
If the web server is listening on a different port to the default (80 for web) then the format is
http://192.168.1.234:456/ where 456 is the custom TCP port number.
Hope that helps.