JavaScript and IE7 Browser Freeze6254 (1/22/2010 5:37:10 PM) comp.lang.javascript Hello,
Please recommend a hint, bring in ideas or anything you can to solve
IE7 freezing issue.
There is a basic website with some barely heavy JavaScript. If this
website is open in IE7 browser for a while... vunet
MSSQL Server: Injected Script Tags633 (9/9/2009 3:00:20 PM) comp.databases.ms-sqlserver My MSSQL Server was hacked. Many of my records contain injected script tag strings. Please recommend any solution to remove them: maybe Regex or some tools... And... how was it done in the first place if user i... vunet
Please Assist With Submission to Remote Iframe0117 (10/29/2008 9:27:00 PM) comp.lang.javascript I am totally stuck here and need expert's assistance. Pleaaase... I am building a JS utility to submit form's images to a remotely created IFrame, where IFrame's server side file will accept images and output ... vunet
IE6 Form and Its Properties After Submit491 (10/7/2008 1:51:14 PM) comp.lang.javascript Hello, My HTML form submits some values to a hidden iframe. However, this is done for file upload fields only. After file uploading is finished I am using this form to submit all other data (inputs, textareas,... vunet
Object Reference Within Itself796 (9/16/2008 3:29:08 PM) comp.lang.javascript I am still not clear about how to reference an object within another object to pass first object to a function: var Parent = { myFunc : function(){ alert("Parent = "+this) }, Child : { //how to g... vunet
Load Video File Dynamically022 (9/4/2008 9:31:53 PM) comp.lang.javascript I am trying to load FLV file dynamically: User stays on the same page and clicks link to watch video. Floating DIV is created (I used fade-in effect from Scriptaculous) and I write DIV's innerHTML for FLV obje... vunet
Faded Background on Full Page Area286 (4/17/2008 5:06:53 PM) comp.lang.javascript Can anyone recommend a cross browser solution to cover full web page (100% in height and width) with faded background (apparently DIV element)? ... vunet
HTC Conflicts with RSH Framework023 (3/26/2008 2:04:48 PM) comp.lang.javascript I used to have csshover.htc file to fix IE6 bugs for hovers on drop- down menus which use ul-li and CSS. Recently, I tried Really Simple History Framework. I discovered that when I initialize RSH component with... vunet
Comet Programming168 (1/25/2008 6:53:26 PM) comp.lang.javascript Can anyone explain the negative side of Comet programming? GTalk on GMail seems to have Comet implemented and Comet appears to be the future of AJAX web apps. If the connection needs to be continuously open on ... vunet
vunet.us's replies:
Items(6) /1
Java XML Parsing Errors339 (10/18/2006 8:36:18 PM) comp.lang.java.programmer Hello, I am new to Java. I need to find two values in XML file, compare them with other two values and, if match, add to new XML string. Please, help me with 2 errors: String new XML = null; NodeList nodes = d... vunet.us(106)
Get Data and Value of XML element in Java945 (10/19/2006 2:41:21 PM) comp.lang.java.programmer I am new to Java. I need to rewrite a function which gets XML elements text as shown below to get elements value instead: private String getCharacterDataFromElement(Element e){ Node child = e.getFirstChild()... vunet.us(106)
replaceAll Use541 (1/12/2007 4:29:33 PM) comp.lang.java.programmer How can I use replaceAll function to remove XML declaration line: This did not work: String newXML = myXML.replaceAll("","") It has something to do with regular expressions.... I guess. PS: Yes, I do need t... vunet.us(106)
Simple Regular Expression Help444 (5/16/2007 5:59:02 PM) comp.lang.perl.modules How can I strip this line with regular expession to get 12345 number within brackets: $line = "some text is here (12345 ms)"; This did not work: $text = $line; $text =~ m/\((\d+)\)/; ... vunet.us(106)
MSSQL Server: Injected Script Tags633 (9/9/2009 3:00:20 PM) comp.databases.ms-sqlserver My MSSQL Server was hacked. Many of my records contain injected script tag strings. Please recommend any solution to remove them: maybe Regex or some tools... And... how was it done in the first place if user i... vunet.us(106)