5,277 Posted Topics

Member Avatar for <M/>

> The problem I have is that the form I wiant to show in the email shows up right on top of form and it won't reveal in email with the inputs displaying? I dont understand what you mean by that statement. > I created an and I can not …

Member Avatar for <M/>
0
92
Member Avatar for Violet_82

This must be something very specific to their system. From the Internet Router into your network is considered your LAN, but from the point where your router connects to their equipment is a whole different infrastructure, different protocols. I assume that they must adjust the amount of power on that …

Member Avatar for Violet_82
0
240
Member Avatar for rubai

<img id="myimage" onclick="changeImage()" src="pic_bulboff.gif" width="100" height="180"> function changeImage() { element=document.getElementById('myimage') if (element.src.match("bulbon")) { element.src="pic_bulboff.gif"; } else { element.src="pic_bulbon.gif"; } } </script> In this example, there is an onclick event that is bound to the HTML image element with an id of "myimage". The you click on this element, the onclick …

Member Avatar for Taywin
0
568
Member Avatar for coder91

So based on what i am understanding about your description, the user can either make a selection from a dropdown list or manually input the the information in a textbox. You may want to consider disabling the alternate control. For example, if the user makes a selection from the dropdown …

Member Avatar for JorgeM
0
108
Member Avatar for ahmad_lovely

Have you tried to do any coding on your own that the members on this forum can help you with?

Member Avatar for ahmad_lovely
0
137
Member Avatar for coder91

If you are just starting and do not have the experience to develop the VB or C# code, you can also get this working through the Design view. On the second drop down, when you attach a datasource to this control, during the data source wizard, when you create the …

Member Avatar for coder91
0
158
Member Avatar for Eggstraordinary

Here is some working code you can adapt to your needs.... <h3>Content</h3> <button id="loginbutton">Click</button> <script> $(document).ready(function(){ $("h3").hide(); $('#loginbutton').click(function(){ $("h3").show(); }); }); </script>

Member Avatar for Eggstraordinary
0
130
Member Avatar for StuFisch
Member Avatar for shlokka

Without a link to the site or you posting sample code, it's really challenging to help you.

Member Avatar for vitaquous
0
98
Member Avatar for dwneal
Member Avatar for olvin
Member Avatar for farhana91
Member Avatar for extr3mex
0
61
Member Avatar for atkinsonsits
Member Avatar for sylvac.yuyu
Member Avatar for pearsontoronto
Member Avatar for corelynx.inc
Member Avatar for tufailbangash
Member Avatar for Aviplo

What is the application? Take a looks at this link. Lists the various MIME types for IIS7: http://www.itgeared.com/articles/1028-allow-iis-to-open-various-file-formats/

Member Avatar for CimmerianX
0
159
Member Avatar for EonsNearby

To draw graphics without the additional plug-ins, you will use the HTML5 canvas element. To start learning how to use this element, you need to know HTML and JavaScript.

Member Avatar for JorgeM
0
50
Member Avatar for mohammadfawad.ayoobi

So, if you are using a form, can you just switch the text box for a combo box? Maybe i'm not clear on the problem you are having..

Member Avatar for JorgeM
0
128
Member Avatar for spudly1987
Member Avatar for kasnake

You are at the right place. Just post your questions concerning those topics.

Member Avatar for Ramkarthick123
0
225
Member Avatar for siyajoshi

Thanks for the iphonetester.com link. that will be helpfull. I am starting to include work on sites that require both desktop and mobile targets.

Member Avatar for unni6849
0
152
Member Avatar for adishardis
Member Avatar for Mainul20

Actually, just to clarify, the hidden attribute has no security features. Anyone that has access to the system can display hidden files. If you are interested in securing files and folders, make sure that the drive is formatted as NTFS and assign the appropriate security permissions.

Member Avatar for gerbil
0
117
Member Avatar for darwinobambino

Ensure that your computer recognizes the usb keyboard, and has hte DVD drive set to boot with 1st priority. then stick the Windows 7 media in the DVD drive and boot hte computer. You need to boot from the DVD media. During the installation, you will have the opportinity to …

Member Avatar for JorgeM
0
44
Member Avatar for rajesh1158

Try usign this approach... Vertically aligns inner div and centers text. <!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8" /> <title>Example document</title> <style> #outer {background-color:#AAAAAA;height:250px;width:250px;display:table} #inner {background-color:#E0E0E0;display:table-cell;vertical-align:middle;text-align:center} </style> </head> <body> <div id="outer"><div id="inner">Hello!</div></div> </body> </html>

Member Avatar for JorgeM
0
207
Member Avatar for tibormarias

Can you elaborate on what you mean by "does nothing with my document"? In the examples that were provided to you, it should be evident that what is being done here is accessing the content between the starting and closing tag of the element with an id = "a". innerHTML …

Member Avatar for JorgeM
0
1K
Member Avatar for nagachaitanya

Ok, first, you got to give it more than one minute between the time you first ask for help and then ask again. When submitting a form, you do not actually need to incorporate JavaScript, at least not in this example. Secondly, are you using more than just HTML? Server-side …

Member Avatar for JorgeM
0
150
Member Avatar for MaddTechwf

So, the ContentPlaceHolders are there for the pages that will use the MasterPage as a template. I am not familiar wtih that treeview control, but I assume what you want is that when you click on one of hte items in the control, you want to show specific information. I …

Member Avatar for JorgeM
0
86
Member Avatar for NoCodeMonkey

If you have no work experience, theres not much you can do about that in your resume except not to focus on work experience. Do you have any awards or certifications that you can include in the resume? Any interships? If you can afford to do some internships, take whatever …

Member Avatar for ChrisHunter
0
235
Member Avatar for ssujoyroy
Member Avatar for jayl935

Are you sure that you are checking the correct public IP address? On the device on your private network (192.168.0.24), did you verify that the target port (80) is listening? In addition, make sure that the local firewall on that target computer is not blocking port 80.

Member Avatar for jayl935
0
571
Member Avatar for HunainHafeez

Try this... Place the code in the .cs page within a subrouting procedure. I see that your sub is using a response.write. Not a problem. Just call that procedure from your aspx page, where you need the results. Like this.. `<% mySub() %>` Where ever you place this code in …

Member Avatar for JorgeM
0
335
Member Avatar for kes166
Member Avatar for fgeraci
0
2K
Member Avatar for aleweeks47

There could be a process running that the shutdown sequence is unable to force to stop. See if this happens when the computer is boot into Safe MOde, then shutdown.

Member Avatar for vjustice3
0
142
Member Avatar for salmaah

remove the hard drive from that computer, plut it into another computer. The easiest way is to have a USB to IDE adapter so you dont have to open the target computer. The hard drive will be available from another system where you can just copy the data that you …

Member Avatar for Reverend Jim
0
165
Member Avatar for salmaah

You can always purchase a network print server which essentially connects the printer to this device via the USB cable (or parallel for older printers) and the print device would either connect to the LAN via wired Ethernet or Wireless.

Member Avatar for dcdruck
0
119
Member Avatar for zobadof

I beleive what is happending is that you are not including a doctype in your header.php code. The first line should be.. `<!DOCTYPE html>` This ensures that IE enable standards mode and renders correctly. The basic structure for your HTML code should be.. <!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8" …

Member Avatar for zobadof
0
109
Member Avatar for candice.dunaway

> but I can't pull up a web page when I disconnect my ethernet cable If you disconnect the Ethernet cable, how do you expect to access the network? > When I did the setup the netgear adpter installtion wizard did not ask for ip address or linking of an …

Member Avatar for BigPaw
0
238
Member Avatar for david.larkham

If you want to wipe the drive clean and install a new OS, simply configure the BIOS settings to make your CD/DVD drive have the #1 boot priority. Then, when you boot your computer, make sure that you have the OS media in the optical drive. The computer will boot …

Member Avatar for JorgeM
0
162
Member Avatar for vivekanandaan

As pritaeas suggested, ASP.NET is hosted on Windows servers running IIS. What error message do you receive when accessing your ASPX page?

Member Avatar for vivekanandaan
0
221
Member Avatar for vinotd

I hope that you really didnt expect that you would post this and someone would provide you with the answers. In addition, the questions reference a network simulation that you were supposed to complete. If you give it a try and come back with some specific questions, you are more …

Member Avatar for happygeek
0
141
Member Avatar for slark
Member Avatar for king03

Try this.. SELECT * FROM Employees emp1 WHERE NOT EXISTS ( SELECT 1 FROM Employees emp2 WHERE emp1.job_id = emp2.job_id AND emp1.salary < emp2.salary ) ORDER BY salary DESC

Member Avatar for JorgeM
0
62
Member Avatar for Omni

Moving objects between OUs should most definately not cause domain membership issues or IP conflicts. The only impact that you should expect is that objects will inherit new group policy objects linked to the target OUs. Take a closer look at the OU structure, schedule a maintenance window, follow your …

Member Avatar for Omni
0
470
Member Avatar for ssujoyroy

Hello and welcome. Normally introductions are posted in the Community Center > Community Introductions forum category. You posted in the Hardware and Software > Networking category.

Member Avatar for Ezzaral
0
70
Member Avatar for jtodd

It sounds like the versions you are referring are not the SQL version, but the server operating system versions. For example, there is no SQL 2003. So I am assuming Server 2003 --> Server 2008. If you have the same version of SQL installed on both server, all you need …

Member Avatar for tsmorris
0
249
Member Avatar for efth

here is an example of the code to set the height of the div with an id of "layer". Keep in mind that when you get the width, you get just a value. When you assign that value to the height, you need to add the "px" string. <!DOCTYPE html> …

Member Avatar for JorgeM
0
278
Member Avatar for efth

I have an example with with code on how to build a multi-level navigation menu. Feel free to use the example and adapt to your needs. http://www.itgeared.com/articles/1420-css-multi-level-navigation-menu-tutorial/

Member Avatar for JorgeM
0
227

The End.