Click here to Skip to main content
16,006,707 members
Home / Discussions / Web Development
   

Web Development

 
AnswerRe: copy file to network folder Pin
Vasudevan Deepak Kumar28-Jul-07 21:27
Vasudevan Deepak Kumar28-Jul-07 21:27 
AnswerRe: copy file to network folder Pin
Paul Conrad29-Jul-07 5:48
professionalPaul Conrad29-Jul-07 5:48 
Question"An attempt was made to load a program with an incorrect format. (Exception from HRESULT: 0x8007000B)" Pin
bobby100m27-Jul-07 9:52
bobby100m27-Jul-07 9:52 
AnswerRe: "An attempt was made to load a program with an incorrect format. (Exception from HRESULT: 0x8007000B)" Pin
Vasudevan Deepak Kumar28-Jul-07 21:30
Vasudevan Deepak Kumar28-Jul-07 21:30 
QuestionSilverlight in VS2005 Pin
Heavy Storm27-Jul-07 7:51
Heavy Storm27-Jul-07 7:51 
Questioncreate a dynamic drop down menu Pin
Babru27-Jul-07 3:27
Babru27-Jul-07 3:27 
AnswerRe: create a dynamic drop down menu Pin
SomeGuyThatIsMe27-Jul-07 4:21
SomeGuyThatIsMe27-Jul-07 4:21 
Questionframe problem Pin
SomeGuyThatIsMe27-Jul-07 2:59
SomeGuyThatIsMe27-Jul-07 2:59 
I'm trying to use a repeater to display news articles with a link to each article or pdf or whatnot, however i dont really want the user to know that they've left one site to open one of the pdfs and i didnt really want to copy everything around since the news stories can be shown on multiple sites. so i have a javascript function that opens a new window to a htm page that has a frameset, then i try to se the location of the frameset in the same javascript like:

function newWindow(url)
{
var win;
win = window.open("news.htm","NewsArticle",
"toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=1");
win.frmNews.location = url;
}

this works great on my machine, but it wont work when i put it on our web server, it says that frmNews in null or not an object.






that is the code from the news.htm file minus the title, meta tags, etc... the window opens but i cant change the link. any help would be greatly appreciated.
GeneralRe: frame problem Pin
Ryanb5827-Jul-07 3:31
Ryanb5827-Jul-07 3:31 
AnswerRe: frame problem Pin
Guffa27-Jul-07 3:38
Guffa27-Jul-07 3:38 
GeneralRe: frame problem Pin
SomeGuyThatIsMe27-Jul-07 4:13
SomeGuyThatIsMe27-Jul-07 4:13 
AnswerRe: frame problem Pin
Guffa27-Jul-07 8:23
Guffa27-Jul-07 8:23 
GeneralRe: frame problem Pin
SomeGuyThatIsMe27-Jul-07 8:26
SomeGuyThatIsMe27-Jul-07 8:26 
Questionimage in IE7 Pin
Milind Panchal26-Jul-07 21:11
Milind Panchal26-Jul-07 21:11 
AnswerRe: image in IE7 Pin
Guffa27-Jul-07 2:42
Guffa27-Jul-07 2:42 
QuestionExport to Excel or XML Pin
Illegal Operation26-Jul-07 20:36
Illegal Operation26-Jul-07 20:36 
AnswerRe: Export to Excel or XML Pin
Vasudevan Deepak Kumar28-Jul-07 22:08
Vasudevan Deepak Kumar28-Jul-07 22:08 
Questionhow to perform basic authorization Pin
Araj0126-Jul-07 8:39
Araj0126-Jul-07 8:39 
AnswerRe: how to perform basic authorization Pin
JimmyRopes26-Jul-07 11:50
professionalJimmyRopes26-Jul-07 11:50 
GeneralRe: how to perform basic authorization Pin
Araj0126-Jul-07 14:25
Araj0126-Jul-07 14:25 
GeneralRe: how to perform basic authorization Pin
JimmyRopes26-Jul-07 14:43
professionalJimmyRopes26-Jul-07 14:43 
GeneralRe: how to perform basic authorization Pin
Johnny ²26-Jul-07 18:25
Johnny ²26-Jul-07 18:25 
GeneralRe: how to perform basic authorization Pin
JimmyRopes26-Jul-07 20:21
professionalJimmyRopes26-Jul-07 20:21 
GeneralRe: how to perform basic authorization Pin
Araj0127-Jul-07 7:31
Araj0127-Jul-07 7:31 
GeneralRe: how to perform basic authorization Pin
JimmyRopes27-Jul-07 8:08
professionalJimmyRopes27-Jul-07 8:08 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.