Nov 8, 2009

Help Making A Web Adress Bar Using Html/js

free web hosting
Open Discussion > MODERATED AREA > Computers > Programming Languages > HTML, XML etc..

Help Making A Web Adress Bar Using Html/js

kobra500
Hey I need to make an adress bar basically you imput into the field press enter and your away but it cant use php or any code that needs to be installed, its all part of a workaround for my school interenet!

Comment/Reply (w/o sign-up)

galexcd
You mean you want to make something that can unblock sites on your school network? Well that would be impossible to be done with just js/html. Your school doesn't look at the url in your address bar, it checks the domain every time you make a request, even when making the request over ajax. The only way to actually get this to work is use a backend script that can run on the server. This way the server (which is not being blocked) makes the request and sends that data to you through a domain that isn't blocked.

Comment/Reply (w/o sign-up)

KansukeKojima
QUOTE(kobra500 @ May 14 2008, 01:24 PM) *
Hey I need to make an adress bar basically you imput into the field press enter and your away but it cant use php or any code that needs to be installed, its all part of a workaround for my school interenet!


You mean a proxy right?

Well, I do know that you can create your own proxy website here:

http://proxybuilder.com

Besides that, I do not know the actual mechanics of a proxy...

Comment/Reply (w/o sign-up)

kobra500
QUOTE(galexcd @ May 14 2008, 08:59 PM) *
You mean you want to make something that can unblock sites on your school network? Well that would be impossible to be done with just js/html. Your school doesn't look at the url in your address bar, it checks the domain every time you make a request, even when making the request over ajax. The only way to actually get this to work is use a backend script that can run on the server. This way the server (which is not being blocked) makes the request and sends that data to you through a domain that isn't blocked.


no it doesn't get round website blocks, I know that wouldn't work. Basically the school has this program called "Rm tutor"

every lesson the teacher makes it so we can only view the 2 sites (it basically only will allow you on those sites) but I found out if you open frontpage make a link to google then you can get past this block (using the preview function of it). so im using frames to make a sort of html browser to get round it. I have a forward and back button but thats it sad.gif so I need help to make it so it has a web address bar!

QUOTE
You mean a proxy right?

Well, I do know that you can create your own proxy website here:

http://proxybuilder.com

Besides that, I do not know the actual mechanics of a proxy...


No I could get in serious trouble for that, and so close to my exams its not worth it! for this I will get maybe a telling off from the teacher and a conversation with my mentor (tutor)

 

 

 


Comment/Reply (w/o sign-up)

KansukeKojima
QUOTE(kobra500 @ May 14 2008, 02:39 PM) *
I have a forward and back button but thats it sad.gif so I need help to make it so it has a web address bar!


Well, see as how your using front page, why don't you just go into the html editor part of it, and change the src of the iframe?

Comment/Reply (w/o sign-up)

kobra500
wont work i can only surf the web in the frontpage preview which doesn't have a web address bar. If it opens anywhere else it will just forwrd to the page saying the allowed websites, i just dont no how to do it myself. it needs to be a form but not sure how todo it! it doesnt have to say the name of a page just go to what they type in i.e.

if they type in google.com it will go to google.com!

Comment/Reply (w/o sign-up)

KansukeKojima
QUOTE(kobra500 @ May 14 2008, 03:18 PM) *
wont work i can only surf the web in the frontpage preview which doesn't have a web address bar. If it opens anywhere else it will just forwrd to the page saying the allowed websites, i just dont no how to do it myself. it needs to be a form but not sure how todo it!


Ok, that wasn't my point. You said that you were using frames to make a sort of web browser in front page. Obviously, you had to place a website in the HTML for the frame to view, why don't you just change the HTML every time you want to view a different website?

Comment/Reply (w/o sign-up)

galexcd
Oh, ok I see what you mean now. Can you give us the code to what you currently have and I'll add an address bar.

Comment/Reply (w/o sign-up)

kobra500
Yeah sure it's

this is the header frame there's no code in the other thats the "browser window"
I know its a mess but i did it quickly in I.C.T using frontpage!
CODE
<html>

<head>
<meta http-equiv="Content-Language" content="en-gb">
<meta name="GENERATOR" content="Microsoft FrontPage 6.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>Google</title>
<base target="main">
</head>

<p><a href="http://google.com">Google.com</a>

<BODY>

<!-- This script and many more are available free online at -->
<input type=button value="Back" onClick="history.go(-1)">

<!-- Change the value of -1 to any number of pages you would like to send your visitors back -->
<input name="button" type=button onClick="history.go(+1)" value="Forward">

</p>

</html>


Comment/Reply (w/o sign-up)

Echo_of_thunder
tried your coding and to be honest it looks to me as your would like to have google and a way to go back and forth from site to site. Correct me if I am wrong?
If this is the case, have you thought of running Fire fox off a cd? http://portableapps.com/node/10503

Good Luck

Comment/Reply (w/o sign-up)



Got an Opinion! Express your Views! (no registration):-
Add your Reply/ Opinion/ Views/ Comments/ Suggestion/ Questions/ Queries etc.
Posts with decent grammar & English will be accepted and please refrain from profanities.
For asking a Question, We recommend you to sign-up (for free) so that you can track the topic easily.

Nature of your Post*: Opinion/ Reply/ Comments
Question/Query
Feedback to us.
       
Name   Email
Title/Question*

This textarea will convert to Rich-Text automatically (IE, Firefox, Chrome)

Similar Topics

Keywords : making, web, adress, bar, html, js

  1. Making This Website Automatically Scale For Browsers
    (1)
  2. Making A Module For Personalized Google
    need XML/RSS help (2)
    I'm trying to do some basic stuff with RSS and XML, partially to make modules for personalized
    Google , but mostly to get experience with XML. I tried making one that would use the bash.org RSS
    feed ( http://www.bash.org/xml/about.html ) to get the last 3 quotes added, but I kind of just made
    something up and it didn't work: CODE The module shows up, but it's blank.
    How can I make this work? Also, somewhat unrelated, but how can I get the contents of a page for
    parsing?....
  3. Making Html For Internet Explorer Compatible With
    (3)
    I need some serious help. My website looks fine in Internet Explorer because I previewed it in IE
    when I made it. The only problem is that in FireFox it looks all messed up. I need help or a
    tutorial to make my site look the same in both browsers. If anyone can help me send me a PM or just
    post here. Click Here to view my site and see the difference. ....
  4. Making A Refresh Link On Your Website.
    refresh local webpage (16)
    /smile.gif' border='0' style='vertical-align:middle' alt='smile.gif' /> post it on ur website
    CODE refresh It can refresh local webpage. U can add it at ur forum so that each topic u
    are reading can be refresh easily. If ur website return to homepage after pressing I.E. refresh
    button, then u must need this coding. /cool.gif' border='0' style='vertical-align:middle'
    alt='cool.gif' /> Beacus visitors only want to refresh local webpage but not go back to homepage.
    /ohmy.gif' border='0' style='vertical-align:middle' alt='ohmy.gif' /> * same co....
  5. Making Subdomain And Url Mask.
    (1)
    I am trying to get my new site setup. I have 1 host and 2 Domain Names. I have my one site
    Wrecklessmedia.net running off of the root dir, and i recently bought brianberris.com and im running
    that site off of a sub-directory of the root. The DNS of brianberris.com is being just forwarded to
    that subdirectory. My problem is that i want to make a subdomain for brianberris.com called
    blog.brianberris.com. I have been messing around with .htaccess files and stuff but i cant get it
    working. I hope i explained this ok, and didnt confuse anyone, lol. Any help would be greatly a....
  6. Making Scrolly Things
    for ranks and such... (11)
    Here is the code... CODE PUT YOUR COOL TEXT HERE The effect should be like this (if html
    works in posts...) PUT YOUR COOL TEXT HERE ....

    1. Looking for making, web, adress, bar, html, js

Searching Video's for making, web, adress, bar, html, js
See Also,
advertisement


Help Making A Web Adress Bar Using Html/js

Affordable Web Hosting, Low cost Web Hosting - ComputingHost.com