Click here to Skip to main content
15,888,056 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: Read info from a text file Pin
Cory Hatton6-Jun-07 18:12
Cory Hatton6-Jun-07 18:12 
GeneralRe: Read info from a text file Pin
MatrixCoder6-Jun-07 19:14
MatrixCoder6-Jun-07 19:14 
Question[Message Deleted] Pin
shantiom6-Jun-07 12:35
shantiom6-Jun-07 12:35 
AnswerRe: Web Application Deployment Pin
Not Active6-Jun-07 12:49
mentorNot Active6-Jun-07 12:49 
AnswerRe: Web Application Deployment Pin
Guffa6-Jun-07 20:39
Guffa6-Jun-07 20:39 
AnswerRe: Web Application Deployment Pin
SimulationofSai6-Jun-07 20:52
SimulationofSai6-Jun-07 20:52 
GeneralRe: Web Application Deployment Pin
SimulationofSai7-Jun-07 19:05
SimulationofSai7-Jun-07 19:05 
QuestionSome Help for a beginner [modified] Pin
Haun the 2nd6-Jun-07 8:42
Haun the 2nd6-Jun-07 8:42 
Ok so Im a beginning developer for my web siteand I need some help. I want to make it so that when I click on the program I want to download a small window opens up and displays its information that is in an xml file:

<?xml version="1.0" encoding="iso-8859-1"?>
<products>
<download id="bustin' blox">
<name>Bustin' Blox</name>
<file_size>2 Mb</file_size>
<summary>Our version of Brick. Only One Level</summary>
<version>1.0.0</version>
</download>
<download id="">
<name></name>
<file_size></file_size>
<summary></summary>
<version>...</version>
</download>
<download id="">
<name></name>
<file_size></file_size>
<summary></summary>
<version>...</version>
</download>
</products>

I have found some javascript for the window, but I am having trouble editing it

(in the external file):
var win = null;
function NewWindow(mypage,myname,w,h,scroll){
LeftPosition = (screen.width) ? (screen.width-w)/2 : 0;
TopPosition = (screen.height) ? (screen.height-h)/2 : 0;
settings =
'height='+h+',width='+w+',top='+TopPosition+',left='+LeftPosition+',scrollbars='+scroll+',resizable'
win = window.open(mypage,myname,settings)
}

(the html):
<a href="Downloads/programs/games/bustin'_blox.exe" onclick="NewWindow(this.href,'name','730','400','yes');return false">Bustin' Blox</a>

Any help?

-- modified 17-Sep-17 23:50pm.
AnswerRe: Some Help for a beginner Pin
JimmyRopes6-Jun-07 14:40
professionalJimmyRopes6-Jun-07 14:40 
GeneralRe: Some Help for a beginner Pin
Haun the 2nd6-Jun-07 18:53
Haun the 2nd6-Jun-07 18:53 
GeneralRe: Some Help for a beginner Pin
Guffa6-Jun-07 20:42
Guffa6-Jun-07 20:42 
GeneralRe: Some Help for a beginner Pin
JimmyRopes7-Jun-07 1:37
professionalJimmyRopes7-Jun-07 1:37 
GeneralRe: Some Help for a beginner Pin
Haun the 2nd7-Jun-07 5:50
Haun the 2nd7-Jun-07 5:50 
GeneralRe: Some Help for a beginner Pin
JimmyRopes7-Jun-07 6:16
professionalJimmyRopes7-Jun-07 6:16 
AnswerRe: Some Help for a beginner Pin
Guffa6-Jun-07 20:46
Guffa6-Jun-07 20:46 
GeneralRe: Some Help for a beginner Pin
Haun the 2nd7-Jun-07 5:52
Haun the 2nd7-Jun-07 5:52 
QuestionEmail problem in PHP Pin
kumar bharat bhusanam6-Jun-07 5:33
kumar bharat bhusanam6-Jun-07 5:33 
AnswerRe: Email problem in PHP Pin
JimmyRopes6-Jun-07 14:22
professionalJimmyRopes6-Jun-07 14:22 
Questionhow can i disable save as and Print option of word 2003 Pin
koolprasad20036-Jun-07 3:04
professionalkoolprasad20036-Jun-07 3:04 
AnswerRe: how can i disable save as and Print option of word 2003 Pin
Fred_Smith6-Jun-07 3:38
Fred_Smith6-Jun-07 3:38 
QuestionDropdownlist problems Pin
matjame6-Jun-07 2:17
matjame6-Jun-07 2:17 
AnswerRe: Dropdownlist problems Pin
Guffa6-Jun-07 3:09
Guffa6-Jun-07 3:09 
GeneralRe: Dropdownlist problems Pin
matjame6-Jun-07 22:28
matjame6-Jun-07 22:28 
QuestionDeploying a Web Service to the Server Pin
Richard Andrew x645-Jun-07 10:48
professionalRichard Andrew x645-Jun-07 10:48 
AnswerRe: Deploying a Web Service to the Server Pin
ganti.r6-Jun-07 0:40
ganti.r6-Jun-07 0:40 

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.