Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~10.7K People Reached
Favorite Tags
Member Avatar for Potato.Head

Hi to all, I have the following situation: I have an iframe and I want to display a loading animation to the user until the iframe is fully loaded, this is want I did: 1. I start the iframe with style:display:none 2. I have a div that wraps the iframe …

Member Avatar for SrinivasaRao_2
0
2K
Member Avatar for Potato.Head

Hi, I'm have experience in Javascript but not in the UI design/CSS, so maybe what I need to do is very simple, but because of my knowledge is complicated for me. I need to create a 'component', that has 2 or 3 buttons together and they behave like radio buttons, …

Member Avatar for LastMitch
0
209
Member Avatar for Potato.Head

Hi to all, I have the following problem: 1. I have a page where I insert flash objects dynamically. 2. Every flash receive a id and name dynamically 3. I need to insert JavaScript handlers for the flash. [B][U]The following code is working just fine:[/U][/B] [CODE] <SCRIPT> function swfObject_DoFSCommand() { …

0
67
Member Avatar for Potato.Head

Hi to all, I need to embed a mov file in a HTML file, the problem I found is that the Quicktime player is window mode and I need it windowless, I check not found a property to set it windowless, for windows media player exist the following property: [code] …

Member Avatar for jphilippe
0
154
Member Avatar for Potato.Head

Hi to all, I get the following problem Opera Browser doesn't fired the Unload Event. I try to found a solution on the Web, but seems that I'm not the only one with this problem, Opera Developers claims that the unload event is not fired when refreshing the page, click …

0
63
Member Avatar for Potato.Head

Hi to all, I was wandering if there is build-in method to search in a string, I'll explain my self: I have the following string(for example) this- is; text, example for the forum I need to search for a certain word(lets say example) and look the closer char(from a list …

Member Avatar for Geekitygeek
0
3K
Member Avatar for Potato.Head

How can I capture the maximize and minimize of a browser? It is possible to capture this events? I'm searching the web and I didn't found any results. I want to be know if the user maximize/minimize the browser ? Is this Possible? Thanks for the help

Member Avatar for Troy III
0
88
Member Avatar for Potato.Head

Hi to all, I'm working in a application that needs to replace a certain string from a file. I need to create like a dictionary, I'll explain my self. 1. I need to search the string 'class.type=' 2. The string can be in the file like: class.type=var; or class.type =var; …

Member Avatar for Tekmaven
0
201
Member Avatar for Potato.Head

Hi to all, I having the following problem, I have a page with java scripts and images, I see that after the page load, all the functionality and the images are working Ok. I noticed that the status bar in the browser is still working(like still loading the page), I …

Member Avatar for Jupiter 2
0
83
Member Avatar for Potato.Head

Hi to all, I'm sorry to bother you again,but I have the following problem, I have the following DIV, that I need to position in the center of the page, I have the following code, but you can see the div is not exactly center, space I have from the …

Member Avatar for essential
0
123
Member Avatar for Potato.Head

Hi to all, I have the following problem, I have a div that includes a pictures and texts, if you put the following code in a html, and see the result, you can notice that in IE the text is displayed inside the DIV, in Firefox you can see the …

Member Avatar for Potato.Head
0
103
Member Avatar for Potato.Head

Do I have a way (when I get the “unload”) to distinguish between “X” button and another cases(for example when moving writing another URL address)? I want to decide what message to display to the user when I get to the unload event, if this possible to do?

Member Avatar for JugglerDrummer
0
62
Member Avatar for Potato.Head

Hi to all I have the following problem: I have a swf file that I'm inserting in my page, this swf file has a sound(mp3 imported file in the stage). I was wandering if I can stop or set the volume to 0, from JavaScript, I found that I can …

Member Avatar for Airshow
0
96
Member Avatar for Potato.Head

Hi to all, I'm developing a web page and the requirements is that the page must include an iframe and the user can insert an URL address and the page will be displayed in the iframe(I write awhile a question displaying contents ion iframe and I receive an answer the …

Member Avatar for almostbob
0
83
Member Avatar for Potato.Head

I have the following problem there are web site that does redirection to another websites and then to another website sites.....(like a 20 redirection), I read that the object HttpWebRequest has the property MaximumAutomaticRedirections, I set this property to 10 times and check with a web site that do redirection …

Member Avatar for sknake
0
166
Member Avatar for Potato.Head

Hi to all, I'm a JavaScript developer and like you know there are not to much tools for developing Javascript(at least this is my feeling). I was wandering if you can share with me your tools you are working to develop and debug java script code. I found the project: …

Member Avatar for serkan sendur
0
106
Member Avatar for Potato.Head

Hi to all I'm new in the forum and I have the following question: can I share a javascript object between pages? I'll explain my self, I have a page that contains two frames: Currently I can call methods from frames, I was wandering if can retreive the all object, …

Member Avatar for Airshow
0
189
Member Avatar for Potato.Head

Hi to all, I have the following problem: I have a page that includes an iframe, this iframe is dynamic (meaning that I don't know what will be its source, user can insert any URL). The problem is that are some URLs that take over all over the site, I …

Member Avatar for samarudge
0
117
Member Avatar for Potato.Head

Hi to all I have the following problem: I have a main page(html) and an iframe in it. [code] <html> <body> <iframe src="myIframe.html" /> </body> </html> [/code] In the iframe I have DIV element with a picture/or another element in it. I need to center the DIV element in the …

Member Avatar for essential
0
198
Member Avatar for Potato.Head

Hi to all I have the following question, I was wandering if I can use the Web Browser Control(ActiveX) in a C# DLL. I create a win form from the article: [URL="http://www.c-sharpcorner.com/UploadFile/mahesh/WebBrowserInCSMDB12022005001524AM/WebBrowserInCSMDB.aspx"]http://www.c-sharpcorner.com/UploadFile/mahesh/WebBrowserInCSMDB12022005001524AM/WebBrowserInCSMDB.aspx[/URL] And every thing is working OK, I want to write a DLL that includes a Web Browser object …

Member Avatar for LizR
0
120
Member Avatar for Potato.Head

Hi to all I'm trying to get an iframe and call a function that is define inside the iframe, every thing is working OK in IE and Safari, when I try to do the same in Firefox is not working. The followoing is the code I'm using, any ideas, how …

Member Avatar for scrager
0
143
Member Avatar for Potato.Head

Hi to all, I have the follwoing challenge: I need to set floating elements in a document and its position should be relative to another element in the document. I'll explain, lets says I have the below document, an html page with an image, I need to set the position …

Member Avatar for mschroeder
0
110
Member Avatar for Potato.Head

Hi to all I'm trying to change the headers of a request, I'm trying to simulate a request from different browsers, languages... The problem is when I try to change the headers I receive an exception(see below), this is the code I'm using: [code] HttpWebRequest request = (HttpWebRequest)WebRequest.Create(url); request.Headers.Set(HttpRequestHeader.UserAgent, httpRequest.ServerVariables["HTTP_USER_AGENT"]); …

Member Avatar for Potato.Head
0
2K
Member Avatar for Potato.Head

Hi to all I'm trying to change the headers of a request, I'm trying to simulate a request from different browsers, languages... The problem is when I try to change the headers I receive an exception(see below), this is the code I'm using: [code] HttpWebRequest request = (HttpWebRequest)WebRequest.Create(url); request.Headers.Set(HttpRequestHeader.UserAgent, "string"); …

Member Avatar for LizR
0
155
Member Avatar for Potato.Head

Hi to all I'm new in the forum and also new in the ASP.Net programing. I have the following question/problem: I have a Page(lets say Page1.aspx) this page has the following code [code] <iframe src="Page2.aspx" width="550" height="550"></iframe> [/code] I was wandering If can declare methods/objects in the Page2.aspx and the …

Member Avatar for SheSaidImaPregy
0
174
Member Avatar for Potato.Head

hi to all, I have a page that contains two frames (before you start telling me that frames are not good, I know but this is the requierement from my course, what I can do?), anyway I have a main page that contains leftframe.aspx and rigthframe.aspx, everything is working ok …

Member Avatar for Aneesh_Argent
0
91