HTML - Link To Same Server, Different Port.
I need to be able to link from a server on port 9091 to port 80. I cannot just do
HTML Code:
<a href="http://mysite.com:80/link">Link</a> because mysite has 3 urls and you have to stay on the same one. Another problem: No PHP, port 80 has PHP or any server side, that's why I need to link to it. So as this needs to be 100% client side, JavaScript? Plain HTML? HTML Code: <a href=":80/link">Doesn't work.</a> Similar TutorialsHi, im mounting an apache server using Uniform Server to access remote files or VPN or VNC and Im making like a home page. Inside the home page there are three different links: one for accesing the file server, other for accesing via VPN and other for performing a VNC session to the server. My question is, how can I set the link parameter for accesing to the different services? They are hosted in different ports but in the same server. So here's the sitch: Our website, Watershedpdx.com, works from its outside IP address UNLESS you are inside our local area network. It's a Comcast issue, and their router seems unable to rout internal requests for our own IP from the internal and around to the router. I know I could modify the .hosts file on every computer and such, but for now, I've opted for a slightly different solution: If I'm inside the building, I check our own website with it's local IP: http://10.1.10.197 Now, the issue comes up because I'm streaming video to the web at http://10.1.10.197:8079 and http://10.1.10.197:8078 Is there a way to reference this in the code without the IP address? For this to be visible to the internet, I link it in the code as http://watershedpdx.com:8078 - but then the computers in the building can't see it. Is there a reference like http://..:8078 that would work? Can we port a flex application completely to HTML5? Thanks, Simi. I have several links on my site, all in the form of <a href="http://www.mywebsite.com">mywebsite</a> How do I need to change it such that a new instance of the browser is used in which the linked site is displayed. Hi, I'm newly registered and seeking some assistance. I'm working on a website for a client and come across an issue. The following is my iFrame code: Code: <div id="iframez"> <iframe src="main.html" width="100%" height="400px" name="framez"></iframe> </div> I have a link that is at the bottom of the page that is supposed to load in the iFrame when clicked upon. The code is as follows: Code: <a href="somelink.html" target="framez">some link</a> What I want is when the link is clicked that it loads in the iframe (this works as intended) AND I want the page to scroll up to the iframe. I tried doing this without success: Code: <a href="somelink.html#iframez" target="framez">some link</a> This is interpreted as #iframez in somelink.html, and not the page its on. Is there any way around this? Thanks for your patience. Ive been working on a website in my free time, and I have been wondering if it's possible to hover over a link, and change the text color of another link. A picture of one of my web pages is shown in the link below. http://i223.photobucket.com/albums/d...screenshot.jpg I want to be able to hover over something from the side navigation bars and have various links in the bottom naviational bar change color. So like hovering over Blood Elf, would make Death Knight, Mage, Paladin, Warlock, Priest, Rogue, Hunter turn red Does anyone know how to do this? or even know if it is possible? Hi im not sure if this can be done i have created some buttons to use as links and once i put the a href code in a box appears around the button can i remove this and how plz you can see example of what i mean on my website i have made Home and Contact clickable but i want to remove the box thats around the button if possible http://dreamteam0708.co.uk/ for info: im coding my own html in notepad, not using any programs or anything and my hosting doesnt support php etc http://www.betterstuff.spacebison.com/ is the page I am having troubles with. It cannot find the 'ads' and the 'polls' for some reason. Even though, they are clearly there, in an Iframe, I have no idea why it is doing this. I am so fustrated. This is what I want to do but I'm not sure how it's possible. I have an HTML script that I want to run/show. But I want to host that script somewhere in DropBox or a hotlinked location on a server. So ideally when the script runs it'd run a script to run the HTML script file in DropBox. This is to be able to deactivate the script if I need to without having to go into the initial script's source. There will be alot of initial scripts with matching external scripts. So logically it'd feel like this... source code: run script: server.com/script.html then it'd run it. by displaying what the HTML says to. Does this make sense? Any help would greatly be appreciated. I'm sure this is an easy code to write. If HTML can't do this, what can? I need an HTML script I can embed. Thanks!! XTC Hi, first off I just want to say sorry if this doesn't belong in this forum. I'm not sure where it belongs I'm wondering about hosting your images for a site on another server for speed performance. How much speed performace does it create? and does it actually have to be on another physical server, or will another domain or what ever do it? Thanks I operate a game Server that i wish for a list of "Currently Online Players" list to be displayed on my website for the server. I have a mod that allows anyone to check the online players by entering the address "http://mine-craft.kicks-ass.net:6561/serverinfos/players-online" When entering that address it displays a blank page with a list of players online in-game. Would there be a possible way to have my website fetch this information from that URL and list it on the website? Greetings All! I have my webpage hosted he http://dmrosemark.webuda.com/index.html I am using this free hosting service to try and work all the bugs out b4 I pay for a host. I found something strange out tho. I found that for some reason after I have uploaded the page to the server "caps" becomes important. In the script to my pages the XXXX.html are all in uppercase but the actual files on the server are named in lower case, this causes the links to be broken. If i change the uppercase to lowercase it is fixed but that is a lot of code to run through! Correct me if I am wrong but I think I read somewhere that caps didn't matter here. Is it the server acting weird or is it just me? THX in advance, D.M. Rosemark OK, So my web page works well on my local disk but when I upload it to my server it doesn't work at all. It just opens up a completely blank page? I am pretty sure that it the code is still there tho just doesn't load any of the images and stuff. I don't get it =( I am just using this free service until I can fix all the bugs here is my page. http://dmrosemark.webuda.com/ Anyone? Thanks in Advance D.M Rosemark The title says everything. (I have a bad feeling about that this is in wrong section, if so SORRY and I dont mind if you move this.) I have a scenario where a user uploads any file (any format) to a webserver, the webserver manipulates the file then allows the user to download the file. So far I can successfully upload a file to the server. However I am having trouble allowing the user to download a file. I read that streaming the file from the server to the user is better then providing a link to the file on the server. However with my attempts at streaming, I often find the file contents being displayed on the page. Whereas I simply want the file to be downloaded to the users hard disk, or preferably an option that allows the user to accept or decline before downloading the file. Could anyone please give me an example? Hi all, brand new here. A little history. I am an employee of a very small company that had a website built for them. I was given the task of updating it on a regular basis (it is for a group of movie theatres, so it is updated constantly). Well it was build 4 years ago now and the person who built it used frames. We are wanting to bring it a little up to date so I'm redesigning one at the moment that was be much more simplified. What I'm trying to accomplish is this: I want to be able to have a page that has Form - List/Menu that has the days that each theatre has movies scheduled for. Then, when that date is selected, the showtimes part of the page changes to show that dates showtimes but the rest of the page stays the same. After doing some research I THINK what I need to be using is Server Side Includes...but I'm having trouble figuring out how to get this to work. If you want an example of what I'm after you can go to any major movie theatre chain's website (like movietickets.com) and they have what I'm trying to accomplish. ANY help would be appreciated. Thanks! hey everyone. i'm taking a course in website design this semester and we've gotten to SSI which I am a bit confused over. we're supposed to have built a page with header, menu, footer and then we will be using those three on another 4 pages. so he wants us to pull the header, menu, footer code out and use it with SSI. my question is, what do i need to pull out of this code to make a SSI file that i can then bring in on various pages so they look the same on each? the site is at: http://thing.cs.usm.maine.edu/~mckenney/demo/index.html hello guys hr u ?? i have a problem i have already a streaming server .. and i created a website using iweb but i don't know how to write the HTML code i found this code but i want to upload it from my strwaming server ?how ?? Quote: < object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="320" height="240" id="fullscreen" align="middle"> < param name="allowScriptAccess" value="sameDomain" /> < param name="movie" value="flvplayer.swf" /> < param name="quality" value="high" /> < param name="salign" value="tl" /> < param name="bgcolor" value="#ffffff" /> < param NAME=FlashVars VALUE="file=ENTER_YOUR_FLV_FILENAME_HERE.flv"> < embed src="flvplayer.swf" FlashVars="file=ENTER_YOUR_FLV_FILENAME_HERE.flv" quality="high" salign="tl" bgcolor="#ffffff" width="320" height="240" name="fullscreen" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave- flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /> < /object> I am an Admin for a PC gaming clan ( |ESF| ), and we have several game servers. Our goal is to have a random "server of the day" widget on the main page of the site. Here is what we need it to do: > Show the same server for all visitors to the page > Show the same server for a 24 hour period, say from 12am - 11:59pm > Have the code editable in case we change/add/remove a server I have some experience in Vb6 and Vb.Net, but not much HTML. I would assume the code would be something similar to: Dim SOTD As New String (Server of the Day) "Server List" Dim s1 As New String (Server 1) Dim s2 As New String (Server 2) Dim s3 As New String (Server 3) If TimeOfDay Is 12:00am Then Show SOTD(Random Server from List) Until TimeOfDay Is 11:59pm End If I know that isn't close to HTML, but it should help get the overall point across. Any help to get us closer to this goal is MUCH appreciated. If I wasn't specific enough with the above information, please let me know what else you need to know. It's very late and I'm super tired. Thank you in advance. site: www.lukewhitlow.com/waterbuffalo right now this is an early rough draft of a site and the formatting is way off when I view it in IE. Is there any way to fix this? I don't use IE and usually don't even bother troubleshooting for it, but I've got the latest version installed and it loads other pages fine. I use Dreamweaver for all of my coding, and when I view the page before I upload it (while it's local) everything looks fine. After I FTP (filezilla) the site to my server (bluehost) and view it, the text goes awry on IE but still works fine on other browsers. I'm trying to stick with divs instead of a table based design here, so I'm guessing there's an issue in my css div styles... or maybe something on my server? since it only affect the site once it's on the server. Thanks in advance for your help! |