5,277 Posted Topics
Re: Well there are over a million members here so its a good place to start. Welcome... | |
Re: You connect to them using client software. To connect to a web server, use a browser. To connect to an FTP server, you can use an FTP client. For email same thing, use a mail client such as Outlook (if your are running Windows). | |
Re: If this happened to me, I'd redo the installation by booting to the Win7 media and perform a clean installation. Before I do that I would ensure that my data on the drive was backed up. If you have data, you could easily connect this drive to another PC via … | |
Re: > F.Y.I: I have never worked with servers before so I don't know how they work I only know what they look like so I don't know if all servers have one computer running it all. A server or a workstation really has little difference other than the role of … | |
Re: I've done something similar in the past with a web application where a user clicks a buton to export data displayed in an asp.net gridview (populated by SQL) to an Excel spreadsheet. You have the data in SQL. You need some type of program to export, maybe a vb.net or … | |
Re: You are also missing an opening brace after else `} else {` | |
Re: Your responses so far have been that you get an error.. Have you fixed those items and can you provide more details with regard to the error? ![]() | |
Re: If the router is functioning as your perimeter device connecting your WAN to your LAN, yes I'd see the firewall connected to your LAN port since the WAN port is being connected to your provider. What exactly doesn't work? Did you set up the interfaces correctly on the router and … | |
Re: I would think you'd want to test the value or make sure its not empty since you can visit a page by just opening a browser and typing in the URL. There would be no referrer in this case. I would assume that is what broj1 means when he says … | |
Re: What do you mean exactly by... "and that 1 button should be able to change links on clicks. " I dont understand that statement... | |
Re: The "parent" container doesn't vertically "expand" as you describe because the "infobox" div is "floating". When an element is set to float, its taken out of the normal document flow. There are several ways to fix this. I would **not** set it to display:table. Try this... remove the display:table and … | |
Re: I beleive your problem is with the /savecred switch. I dont think you need it. Since you are using the /persistent switch, I dont see why you need the /savecred as well. The /persistent:yes saves all connections as they are made, and restores them at next logon. Also on your … | |
![]() | |
Re: Also some other obvious things to check... The relative paths you referenced are correct? There is a vid folder at the same level within the folder structure? | |
Re: I am sure that the administrators appreciate some constructive critism. Feedback is definately how products improve. However, there is no need to use certain colorful adjectives with describing the features you dont like or dont work well for you. If this forum sucks that bad, then you also have the … | |
Re: Since this is a jQuery question... can you provide the HTML that is the result of running your page? OR if you have this online, provide the URL.. | |
Re: >however when I try to connect from another computer, I cannot. If you are on the same local network, you will be able to connect to this computer by its IP address, not 127.0.0.1. You need to find out what's its address is. If you are trying to connect from … | |
Re: What do you mean by "handshake" code. I'm not an expert in CSS, but I've never heard of such a thing. | |
Re: I think that W3Schools is OK for a first pass at learning HTML. Its most definately not the best source for reference. For that, go directly to the W3C's site. | |
Re: Use clients side and server side techniques. First, you can use HTML5 input type number to restrict only number entries: <input type="number" name="txtBox1" /> This will work only in browsers that support this HTML5 input type. Next is JavaScript... function isNumber(e) { var char = (e.which) ? e.which : event.keyCode … | |
Re: I dont have time to take a look at this in detail, but I imaging that you have some items within that wrapper that are set to float, or you are using positioning which both of these takes the items out of their normal flow. There are several ways to … | |
Re: So as you can see, its not supported on IE8, The border-radius property is supported in Internet Explorer 9+, Firefox 4+, Chrome, Safari 5+, and Opera. What element in particular are you trying to create a border for? | |
Re: There's no "Hello World" string in your code. This leads me to believe that either you are running a different page/code, or you have not saved your changes, or haven't uploaded your code to the right place, etc.. | |
Re: Rather than dual-booting, why dont you install Windows 2008 R2 as a guest VM? I'd suggest that you use a virtualization app such as Virtualbox. It supports 64bit guest VMs. Advantages to the VM design: 1. This will allow you to run multiple operating systems at the same time 2. … | |
Re: In ASP.NET, a form will allow you to post data, but it will post data to the same page unlike other server-side scripting languages. There are many options for getting values from one page to a different page. For example, you can store the values the user has provided in … | |
Re: You'll need to attempt to write the code yourself, the. Post it in the thread with specific questions a out help you need with issues. No one is going to do your assignment for you. Members are willing to help if you out effort. | |
Re: What is the actual problem you are having? Do you have a network setup? If so, you can use a typical CAT5/6 cable to plug into a switch port, or a jack on the wall that runs back to the network equipment. | |
Re: Here's an idea... Why not validate this client side before you allow the user to submit the form? For example, when a user accesses this page, in the response, include a hidden input element that stores the username. When the user clicks on the submit button, check to see if … | |
Re: I suspect that line 7 results in false and that is why nothing is happening. You can put in an else block and out something in there to help you figure out if the statment is false like a echoing something just to test. ![]() | |
Re: it would help if you post what code you have so far so we can see exactly what you are doing and provide guidance on how to fix it. However, in general... >Example if someone types "John" in a txtFirstName.text I want to print "Thank you , John " on … | |
Re: For quite some time now, the standard on te LAN has been Fast Ethernet implemented as a physical and logical star. Other LAN topologies such as Token Ring and Standard Ethernet (bus topology) are no longer being implemented on the typical LAN. There are other types of topologies as well. … | |
Re: Filtering is generally addressed at the application, server, or network layer. In this case, since you are trying to restrict a portion of an application, while it can be done at the network layer say with a layer 4-7 capable firewall, its most likely going to be a lot easier … | |
Re: Once a server is promoted to a domain controller, you can **no** longer create local accounts on servers that change their role to domain controllers. From this point, you would have to create domain accounts (member servers and workstations can still have local accounts). You will need to log into … | |
Re: What exactly does not work in IE? | |
Re: While many try using these methods for page ranking, the reality is that quality sites on the internet that have high page rank, generally have a lot of visitors and quality content. You really dont see the facebooks and twitters of the Internet bother with these techniques. | |
Re: With regard to allowing the government to read your email or track your whereabouts... While I have nothing to hide either, that doesn't mean I want to give the government the power to do so. The government is made up of people, and people with power is dangerous. At what … ![]() | |
Re: On line 15, you performed your query, but I don't see where you checked to see if there was a match. You didn't check the result against anything. ![]() | |
Re: Providing your code would be helpful. | |
Re: Do you mean you are looking for an affliate? In my opinion, that is going to depend on what content you are publishing on your website. You should partner with affliates that have products you recommend to your visitors, and those produts you actually stand by and beleive in. Otherwise, … | |
Re: Hello there... If you want to really participate on this site, you'll need to make threads with clearer content. Your first post is useless to yourself and this community. | |
Re: There's no code attached. | |
Re: > ... but it submitting the form causes the page to reload.... The same page is loading because your form's action attribute is specifying that the target page is itself. action="<?php $_SERVER['PHP_SELF'];?>" Reference --> http://php.net/manual/en/reserved.variables.server.php |
The End.