5,277 Posted Topics
Re: > I'd like to make though, that the history.back() command will always take me to the page it should be going to So it sounds like you are familiar with the history object in JavaScript. Yes, executing this method would take the user to the previous page. Example code: <script … | |
Re: What is the error you get when you actually run this from your computer. The test results you posted above look OK. | |
Re: So you want to create a new site or you want to recreate this site somewhere else? | |
Re: All of these hosts on the network will be able to communicate with each other through the router. The router would have to have three vlans setup and route between the vlans. Hosts on each vlan (subnet) would send packets to their default gateway (the router), in order for the … | |
Re: It sounds like it is a shortcut on the pendrive. It works while connectected to your PC because you have the actual file on your PC and the shortcut can work while connected to your PC. Try this, while connected to your PC, right click the ICON and look at … | |
Re: Keep an eye on the RAM though. It is still possible that you may have intermittent issues with one or more of the RAM modules. Depending where the fault is within the RAM module it may or may not produce a BSOD. | |
Re: Check the services applet in Control Panel. Are the SQL services started? If not, check the system and application logs in Computer Management for more information about why the service(s) did not start. | |
Re: Several ways you can do this...one is that enable the dropdownlist to autopost back. On a page load which is a post back you can check to see what has been selected and then do something based on that information. | |
Re: Swapping out the motherboard would be the easiest way to test the rest of your components. However, not everyone has motherboards laying around. Have you verfiied that your power supply is OK? Checked the outputs with a power meter? If all of the power is OK, then all you need … | |
Re: When booting into safe mode, try a system recovery and recover to a point in time prior this issue happening. | |
Re: Some of those laptop keyboards have alternate function keys so when you press keys in te number row, you get the alternate character. Check the keyboard to see if any lights indicate this type of config. | |
Re: In Windows explorer, configure the view to show extensions. Verify whether the .jpg is part of the file names. For example image.jpg.jpg. If so, you really should correct this. If not you may be inserting .jpg additionally in your website coding. | |
Re: I would download malwarebytes and scan your system. | |
Re: I would also tend to agree that you should consider not using obselete elements. Eventually, these elements will be deprecated. | |
Re: you can create a policy and/or logout script to perform that function. | |
Re: Hello, this is a question that is pretty general. In asp.net, you have to make a connection to the DB, execute your SQL commands, and display the results. All three of these steps have variations with regard to coding, especially the displaying part. if you are also stuck on the … | |
Re: Look up the documentation to reset the Belkin back to defaults. Their website should have the info you need with regard to the default IP it will assign itself so you can connect to it and access the admin interface with the default user id and password. That access point … | |
Re: So you installed vBulletin or are you referring to trouble on this site? | |
Re: hello, the office.microsoft.com site has an article which addresses this question. you can set the default form to load when launching MS access: http://office.microsoft.com/en-us/access-help/set-the-default-form-that-appears-when-you-open-a-database-HA010287518.aspx | |
Re: Try installing the latest version of Windows Installer. http://support.microsoft.com/kb/942288 | |
Re: I just used these instructions twice in the last month for two customers. Worked on Windows 7 and XP, no issues. Clean removal. http://www.bleepingcomputer.com/virus-removal/remove-security-shield | |
Re: Everything I have read in the past indicates that Bounce rate is not used by Google to calculate where you show up in search results. However, I have also read some articles where people have indicated that websites with high bounce rates where affected by the latest Panda update. Google … | |
Re: Ok... to start you have some of your core elements out of order. For example, an HTML document should look something like this... <html> <head> <title>Your Title</title> </head> <body> <!-- Your HTML Elements --> </body> </html> In your example, you have elements between your head and body (#7-#16) and between … | |
Re: Start with a network diagram. Also provide more details on what resources you are trying to share/access between locations. | |
Re: If you want to learn about asp.net, I would suggest you also visit Microsoft's official website. http://asp.net Lots of code examples, tutorials, etc.. | |
Re: Can you elaborate a little more on what you are asking help on? What do you mean by "*listen or record there voice*"? | |
Re: First, your CSS is targetting an element with an ID = "nav". You didnt include that in the post so I am not sure if you had that element "wrapping" in your source code. In any event, see the HTML code i pasted below. I "wrapped" your unordered list within … | |
| |
Re: hello, the second question is the quickest to answer...Yes scroll is a standard jquery event. http://api.jquery.com/category/events/ First question... What is happening here is when you move the scroll bar within the div with the ID of "news", the jquery scroll event triggers and the funtion $('#header'.append(.....) will exectute. If you … | |
Re: If you post your CSS and HTML, it would be easier to help you. | |
Re: Sounds like it could be a component on the motherboard/power from the motherboard. You did very well with your troubleshooting being able to rule out the screen itself and the video card. | |
Re: Whether or not to secure the traffic is up to you. As you have mentioned, it doesnt seem that it is critical for you to protect. HTTPS doesnt secure the data you store, it secures the data in transit. If HTTP traffic is capture on the network, it can be … | |
Re: Ok, so first, within you network, do you have any other systems that are acting as DHCP servers? such as your typical internet router? If so, disable that first. Next, setup the Windows server on your network. Install the DHCP role. If you have an Active Directory Domain Controller, you … | |
Re: Its good to first ensure that you are clear of malware. I would download Malwarebytes, run a scan, and clean up the system of any malware. next, ensure that the computer is up to date on the latest service pack and updates. Make sure that any software you have on … | |
Re: Are you able to get into the CMOS Setup (BIOS) and restore settings to default? | |
Re: Definately a problem with the media. | |
Re: Messages are sent between SMTP servers over port 25. Mail clients communicate with mail servers to access mail..depending on the access, different ports can be used. We need more clarification about your question. | |
Re: There are several providers that will provide you with a free hosting account, including asp.net that you can use for testing. Of course, these free accounts are limited in bandwidth and storage, but good for testing. | |
Re: Start by ensuring that your network devices are are the latest firmware. | |
Re: If this is part of an application that you use on the computer, you may want to reinstall/repair the app. Otherwise, try to perform an uninstall of the app suite via control panel. If the app was previously uninstalled but failed during the process, you may have to clean up … | |
Re: Looks like you have multiple power supplies. I cannot tell from the picture if the right one is connected. In any event, you should be able to boot up and access hardware logs during the POST or from the BIOS screen. Could very well be a bad power supply on … | |
Re: Check on the Terminal Server itself. Admin tools, Terminal Services Configuration, RDP-TCP, properties. |
The End.