[ASP] Opmaak problemen

Pagina: 1
Acties:
  • 59 views sinds 30-01-2008

  • MrBaggins
  • Registratie: November 2001
  • Laatst online: 09-11-2022
Hallo,

voor een oom van me is een webpagina gemaakt die gebruik maakt van ASP. Nou wil hij er zelf wat kleuren wijzigen, wat hem op de hele site lukt behalve op die ASP pagina, deze blijft in het wit getoond worden. Als de familie "expert" op dit gebied heeft hij mij gevraagd of ik hem hier bij kan helpen. Dit wil ik best, maar ik heb ook geen kaas gegeten van ASP dus weet ik niet exact wat het probleem is. Voordat ik zijn spulletjes verknoei ben ik dus op zoek geweest op google, maar ik kan geen oplossing vinden. Derhalve waag ik er hier dus een post aan. Is er iemand die me bij dit probleem wil helpen ?

De betreffende pagina vind je op www.multep.com als je op contact klikt.

onderstaande is de betreffende asp pagina. De bedoeling is dus dat alles die gele kleur krijgt en niet het wit dat je nu ziet.

Bij voorbaat bedankt voor de moeite.


code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
<% @ LANGUAGE="VBSCRIPT" %> 
<% Option Explicit %> 
<% 

Dim recipient, subject, allevars, mymail, x 
'Verzamel alle velden van het formulier. Deze komen vervolgens in de body van de email te staan. 
allevars = "" 
For each x in Request.Form 
    allevars = allevars & x & "=""" & TRIM(Request(x)) & """" & vbcrlf 
Next     

If request("from-email") <> "" Then 
     
subject = "Invulformulier van de site" 
recipient = "info@multep.com,webmanager@multep.com" 


Set myMail = Server.CreateObject( "CDONTS.NewMail" ) 

myMail.From = request("from-email") 
myMail.To = recipient 
MyMail.Subject = subject 


myMail.Body = allevars 
myMail.Send 
Set myMail = Nothing 
%> 

<HTML>
<BODY bgcolor="#FFFFCC">
<h3 align="left"><font face="Arial, Helvetica, sans-serif" size="2" color="#666666">Uw 
  bericht is verstuurd! Wij bedanken u voor uw belangstelling en<br>
  wij zullen zo spoedig mogelijk daarop reageren!</font></h3>
<p align="left"><font color="#666666"><a href="../index.html" target=_parent><font face="Arial, Helvetica, sans-serif" size="2">klik 
  hier om terug te keren naar de eerste pagina</font></a> <font face="Arial, Helvetica, sans-serif" size="2"><br>
  of gebruik het menu hiernaast om de pagina te kiezen die u wilt zien. 
    </font></font> </p>
  <% 
Else 
%>
  <form action= <% =request("script_name") %> method=post id=form1 name=form1>
  <font color="#666666">
  <!--wijzig hier de texten naar hartelust ;-)-->
  <!--Note: de input name=from-email laten staan dit is de trigger-key -->
  </font>
  <table width="80%" border="0" cellspacing="2" cellpadding="2">
    <tr> 
      <td width="26%"><font color="#666666"><font face="Arial, Helvetica, sans-serif" size="2">Naam 
        </font></font></td>
      <td width="74%"> <font color="#666666"> 
        <input type="text" name="Naam : " size="40">
        </font></td>
    </tr>
    <tr> 
      <td width="26%"><font color="#666666"><font face="Arial, Helvetica, sans-serif" size="2">Adres</font></font></td>
      <td width="74%"> <font color="#666666"> 
        <input type="text" name="Adres : " size="40">
        </font></td>
    </tr>
    <tr> 
      <td width="26%"><font color="#666666"><font face="Arial, Helvetica, sans-serif" size="2">Postcode</font></font></td>
      <td width="74%"> <font color="#666666"> 
        <input type="text" name="Postcode : " size="40">
        </font></td>
    </tr>
    <tr> 
      <td width="26%"><font color="#666666"><font face="Arial, Helvetica, sans-serif" size="2">Woonplaats 
        </font></font></td>
      <td width="74%"> <font color="#666666"> 
        <input type="text" name="Woonplaats : " size="40">
        </font></td>
    </tr>
    <tr> 
      <td width="26%"><font color="#666666"><font face="Arial, Helvetica, sans-serif" size="2">Telefoon 
        nummer</font></font></td>
      <td width="74%"> <font color="#666666"> 
        <input type="text" name="Telefoonnummer : " size="40">
        </font></td>
    </tr>
    <tr> 
      <td width="26%"><font color="#666666"><font face="Arial, Helvetica, sans-serif" size="2">Fax 
        nummer</font></font></td>
      <td width="74%"> <font color="#666666"> 
        <input type="text" name="Faxnummer : " size="40">
        </font></td>
    </tr>
    <tr> 
      <td width="26%"><font color="#666666"><font face="Arial, Helvetica, sans-serif" size="2">E-mail 
        adres</font></font></td>
      <td width="74%"> <font color="#666666"> 
        <input type="text" name="from-email" size="40">
        <font face="Arial, Helvetica, sans-serif" size="1">(vermelding is noodzakelijk 
        voor verzending)</font></font></td>
    </tr>
    <tr> 
      <td width="26%" valign="top" height="115"> 
        <p><font color="#666666"><font face="Arial, Helvetica, sans-serif" size="2">wil 
          :</font></font></p>
      </td>
      <td width="74%" height="115"> 
        <p> <font color="#666666"> 
          <input type="checkbox" name="resultaat-ontwikkeling" value="JA">
          <font face="Arial, Helvetica, sans-serif" size="2">resultaat-ontwikkeling<br>
          <input type="checkbox" name="crisis-oplossing" value="JA">
          crisis-oplossing<br>
          <input type="checkbox" name="interim management" value="JA">
          interim management <br>
          <input type="checkbox" name="Quick Scan en Quick Fit" value="JA">
          RGB Quick Scan™ en</font><font size="2"><font face="Arial, Helvetica, sans-serif"> 
          RGB Quick Fit™<br>
          <input type="checkbox" name="Organiscript" value="JA">
          Organiscript&reg; </font></font></font></p>
        <p> <font color="#666666" size="2"><font face="Arial, Helvetica, sans-serif"> 
          <input type="checkbox" name="Bestelt RGB Boek" value="JA">
          RGB Boek bestellen</font></font></p>
        <p>&nbsp;</p>
        <p>&nbsp;</p>
      </td>
    </tr>
    <tr> 
      <td width="26%" valign="top"><font color="#666666"><font face="Arial, Helvetica, sans-serif" size="2">wil 
        iets anders:</font></font></td>
      <td width="74%"> <font color="#666666"> 
        <textarea name="Overige wensen : " cols="80" rows="8"></textarea>
        </font></td>
    </tr>
    <tr> 
      <td width="26%">&nbsp;</td>
      <td width="74%"> <font color="#666666"> 
        <INPUT TYPE=submit VALUE=versturen ID=submit1 NAME=submit1>
        <INPUT id=reset1 name=reset1 type=button value="niet versturen">
        </font></td>
    </tr>
  </table>
</form> 

</BODY>
</HTML>         

<% 
End If 
%>

  • mulder
  • Registratie: Augustus 2001
  • Laatst online: 11:55

mulder

ik spuug op het trottoir

je output de html/head/body helemaal niet

oogjes open, snaveltjes dicht


  • NMe
  • Registratie: Februari 2004
  • Laatst online: 15-04 22:07

NMe

Quia Ego Sic Dico.

Als het een site is die goed in elkaar zit, dan is een een CSS file die je aan kan passen. Als hij slecht in elkaar zit, dan kun je de tag aanpassen met color en bgcolor attributen. Hoe dan ook zit je probleem niet in ASP code, maar in HTML, en dat hoort niet in Programming & Webscripting, maar in Webdesign & Graphics. Echter, we geven ook geen support op scripts van anderen, dus dit topic gaat op slot. :)

'E's fighting in there!' he stuttered, grabbing the captain's arm.
'All by himself?' said the captain.
'No, with everyone!' shouted Nobby, hopping from one foot to the other.


Dit topic is gesloten.