C
C#•7mo ago
ddorabble

Web page

I am new to the language 🥲 and got pretty hard assignment. If you can help me with some small details in how to properly code the webpage. The main struggle for me is that it should run three separate functions and take the input and outputs some data to the separate webpage and i feel confused on how to perform it properly. Thanks in advance:3
19 Replies
Jimmacle
Jimmacle•7mo ago
$details
MODiX
MODiX•7mo ago
When you ask a question, make sure you include as much detail as possible. Such as code, the issue you are facing, and what you expect the result to be. Upload code here https://paste.mod.gg/ (see $code for more information on how to paste your code)
Jimmacle
Jimmacle•7mo ago
no idea what you need with that amount of information
ddorabble
ddorabble•7mo ago
i pasted some parts of my code to the bot, hope you can see it. so what i want to do is when i click to some function it should open a new page where you can see the description of what this function does, field for the input, and output of that function
SinFluxx
SinFluxx•7mo ago
if you mean you put some code up at paste.mod.gg then you need to save it and share the link here
ddorabble
ddorabble•7mo ago
BlazeBin - gzmwxgvimaqq
A tool for sharing your source code with the world!
ddorabble
ddorabble•7mo ago
if you can suggest just anything that would make it work i ll be happy cuz my deadline is 3 hours from now(((
Angius
Angius•7mo ago
And what doesn't work?
ddorabble
ddorabble•7mo ago
when one the view for the functions it shows just the black page
Angius
Angius•7mo ago
What does the network panel in the browser show? Did the request execute properly? Also, anything gets logged to the console?
ddorabble
ddorabble•7mo ago
No description
Angius
Angius•7mo ago
Why are you showing me the accessibility panel in the devtools?
ddorabble
ddorabble•7mo ago
everything else is empty
Angius
Angius•7mo ago
Open the network panel, then refresh the page
ddorabble
ddorabble•7mo ago
No description
Angius
Angius•7mo ago
Ah, so, we get a 404 then So you use conventional routing? I don't see routing attributes anywhere
ddorabble
ddorabble•7mo ago
yep
Angius
Angius•7mo ago
Uh, make sure each action has its routing set up properly? I have no experience with conventional routing
ddorabble
ddorabble•7mo ago
thanks for your help, i solved it eventually